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...
by George Chrysovaladis Grammatikos | May 1, 2023 | Azure, Compute, DevOps
In this post, I will show you how to deploy Azure Blob Storage within an Azure Resource Group using Terraform language with the AzureRM module. Let’s demo it In order to follow the commands below you will only need an active Azure subscription. The tool for...
by George Chrysovaladis Grammatikos | Mar 1, 2022 | Azure, Compute
In this quick post, I’ll walk you through the steps to build a new Azure VM by using an existing OS disk. It may be required sometimes to rebuild a virtual machine hosted in Azure for a variety of reasons. The VM is no longer required and therefore should be...
by George Chrysovaladis Grammatikos | May 1, 2021 | Azure, Compute, DevOps, General, Identity, IT
In this post, we will read how to sign in to an Azure VM using an Azure AD account. This way allow us to use our corporate account credentials instead of a local windows account. Prerequisites Before you start to follow the guide steps you must make sure that applies...