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...
by George Chrysovaladis Grammatikos | Apr 16, 2020 | Azure, General
Many times for any of us, there is a need to move resources to a new subscription or a resource group, we can easily do this from the Azure Portal or using PowerShell cmdlets. In this article, we will find out how to move resources between resource groups from the...
by George Chrysovaladis Grammatikos | Dec 10, 2019 | Azure, General
In this quick post, I will try to explain how easily we can create a bearer token and use it to authenticate on Azure REST API. Prerequisites Azure Active Subscription Azure CLI or Cloud Shell Postman Create The Bearer Token For the demo purposes, we are going to use...