by George Chrysovaladis Grammatikos | Jul 25, 2025 | Azure, Compute, Networking
In this post, I will provide a guide on how to troubleshoot your Azure Function if it doesn’t function properly. Disclaimer: The instructions presented in this article are informed by my own experiences and the solutions I implemented while navigating similar...
by George Chrysovaladis Grammatikos | Sep 1, 2024 | App Service, Azure, Compute, Identity + Security, Networking
As a serverless compute service, Azure Functions enables you to run code on-demand without the need to explicitly manage or provision infrastructure.Azure functions offer a range of powerful security features that can be easily enabled. By default, Azure functions are...
by George Chrysovaladis Grammatikos | Aug 2, 2024 | Azure, Compute, Virtualization, VM, VNet
On 30th May 2024. Microsoft has announced a new Azure Bastion SKU called Premium, which is great news for the business, but they will have to wait for a while as the Premium SKU features are still in preview. With Azure Bastion, you have access to your virtual...
by George Chrysovaladis Grammatikos | Jan 1, 2024 | App Service, Azure, Azure SQL Database, Compute, Databases
In this post, I will show how we can migrate a local sql server database to Azure SQL Database service using the Azure Migrate Service. Prerequisites: An active Azure subscription SQL Server (On-Premises) An Azure SQL Database A few words about Microsoft Azure...
by George Chrysovaladis Grammatikos | Dec 1, 2023 | Azure, Compute
In this post, I will show you how to map a network drive (Azure File Share) to a Linux and Windows Azure VMs. Mount SMB on Azure Linux VM At first, you’ll need to create a new file, i.e. filesharecredentials sudo mkdir -p /etc/filesharecredentials and store the...
by George Chrysovaladis Grammatikos | Aug 1, 2023 | Azure, Compute, Window Virtual Desktop
Hiya chaps, read this post to learn how to resolve Azure Virtual Desktop problems with the Remote Desktop Web Client. Error message: There are currently no resources assigned to you in host-pool-ws-01. Contact technical support for help. Solution You cannot view the...