by George Chrysovaladis Grammatikos | Mar 6, 2026 | Azure, Compute, General, Networking, Troubleshooting
If you try to move resources in Azure and see the message ‘Some resources couldn’t be moved,’ it usually means there are dependencies or configuration issues that must be fixed before you can continue. This error happens when a Public IP (PIP) is attached to a network...
by George Chrysovaladis Grammatikos | Jan 3, 2026 | Azure, General
If you’ve worked with Azure and prefer not to spend time creating resources through the Azure Portal or writing an ARM, Bicep, or Terraform template, there’s good news. Microsoft has simplified the process of exporting resources directly from the Azure...
by George Chrysovaladis Grammatikos | Jun 5, 2024 | Azure, General, Identity, Security
An Azure registered app to be used as a secure client needs to have certificates and/or client secrets. In the distant past (until about three years ago), there was the “Never” option for the Secrets to expire. Nowadays, the long expiration value that can...
by George Chrysovaladis Grammatikos | Apr 2, 2024 | Azure, Billing, General
In this post, I’ll try to give an idea about an important aspect in Cloud Adoption Framework methodology, Azure resource naming conventionand why this is something essential as it helps you keep your resources organized, it also help to easy identify and...
by George Chrysovaladis Grammatikos | Feb 6, 2024 | Azure, General
As part of the Azure Cloud Adoption Framework (CAF), Microsoft provides a set of guidelines, best practices, and resources(tools) to assist organizations in adopting Azure cloud services in a cost-effective manner. In this post, I will try to give you an idea of how...
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...