Hey, Welcome...

Welcome to K2V Academy, where you can find stuff to learn about Development, Cloud, DevOps and everything in between.

Creating New Resource Groups using Azure Resource Manager (ARM) Templates

Creating New Resource Groups using Azure Resource Manager (ARM) Templates

Up till recently, we were not able to create a Resource Group using ARM templates. We always deployed an ARM template on top of an existing Resource Group. But now you are able to create a new Resource Group using ARM Templates

Reuse Build Definition for Pull Request Validation using Custom Conditions for Azure Pipelines

Reuse Build Definition for Pull Request Validation using Custom Conditions for Azure Pipelines

Custom conditions of Azure Pipelines can be used to reuse the build definitions for Pull Request validation.

Using Managed Service Identity to Access Azure Key Vault from Azure App Service

Using Managed Service Identity to Access Azure Key Vault from Azure App Service

Azure Managed Identities can be used to access services like Azure Key Vault with an automatically managed identity. Learn how to configure it with Azure App Service.

Allow Application Running on An Azure Virtual Machine to Access Azure Key Vault using Managed Service Identity

Allow Application Running on An Azure Virtual Machine to Access Azure Key Vault using Managed Service Identity

Azure Managed Service Identities (Known as Managed Identities now) can be used to access azure resources that support Azure Active Directory authentication like Azure Key Vault from Azure Virtual Machines.

Managed Service Identity for Azure Resources

Managed Service Identity for Azure Resources

Managed Identity is a feature where it gives an Azure Service an automatically managed identity in the Azure Active Directory that can be used to authenticate to any Azure Service that supports Azure AD Authentication.

Create Work Items In Visual Studio Team Services/Azure DevOps Directly From Application Insights Inside Azure Portal

Create Work Items In Visual Studio Team Services/Azure DevOps Directly From Application Insights Inside Azure Portal

You can create work items on Azure DevOps directly from Azure Application Insights when you find issues or exceptions in application insights logs.

Reset Local Administrator Password of an Azure Virtual Machine using Azure PowerShell

Reset Local Administrator Password of an Azure Virtual Machine using Azure PowerShell

Azure Powershell can be used to easily reset the local administrator password for an Azure Virtual Machine. Follow this article to learn how.