When testing ASR, the ASR VM's don't get a managed service identity.
Is there a best practise to deal with this scenario - including assigning permissions to the MSI, in such an event?
So, I am trying to spin up a Managed Identity and a KeyVault using Blueprints. I have an individually working template for each. My endgoal is to spin up both resources along with a few more together in the same blueprint. The issue I'm having is…
The following commands were previously working from a local PS session using module Az.ManagedServiceIdentity version 0.7.2, but broke once I updated to 0.7.3, now can't get it to work again even after downgrading the module version. I'd like to use…
through my testing some new features for AKS clusters i want to enable managed identities feature for my azure k8s cluster, can anyone just simply tell me what the main benefit to use this ? and do i need in this way an externel DNS zone ?
I created an Azure Container Registry with the System Managed Identity. I know how to examine the Service Principal created for it:
C:\> az ad sp show --id 4***8
{
"accountEnabled": "True",
"alternativeNames": [
"isExplicit=False",
…
I have;
A master key.
A database scoped credential.
An external data source.
File format.
A user created managed identity for Azure SQL Server.
RBAC contributor permission for that managed identity on my ADLS storage account.
When I execute the…
I think it would make sense, to enable the VSTS build-agents being able to use managed identities of the build agents' VMs to authenticate with the ADO queue and poll the jobs.
Using PAT (personal access token) for that is a bit cumbersome.
Is…
I have a spring boot application deployed in Azure App Service that access Azure Key Vault using User Managed identities.
I have followed the steps mentioned below:
Created an User Managed Identity
Deployed the spring boot app in Azure App…
I have app services running in different regions and I wish to assign all of them a managed identity. I cannot use a system managed identity, so it must be a user assigned one.
Creating one requires a resource group. So, the question is - what is…
I have a nested template to create a datafactory and I want to retrieve its managed identity to the master template. However, I'm having a problem using the reference function as shown below.
It expects 1-2 arguments but the online documentation…
Since I am new to Azure, this question might be silly. I am trying to build a service to provision and manage a cluster of VMs. For security concerns, I don't want to put some sensitive data on each cluster. So I decide to provision an Azure Key…
i'm trying to secure communication between two azure app services. i tried to use Managed Identity for that but the only thing i can find is: securing Database access using Managed identity.
So i'm kinda lost here, is Managed Identity can secure…
I was reading https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview and midway through realized my brain was boiling.
Is there a more intuitive explanation to what it is and why it eliminates the need…
I am trying to connect to Azure File Share but it is throwing Authentication Error.
AzureServiceTokenProvider tokenProvider = new AzureServiceTokenProvider();
string accessToken = await tokenProvider.GetAccessTokenAsync("https://storage.azure.com/",…
I have blob containers in storage account V2 having firewall settings with VNet and only allowed access to Microsoft Trusted Services. Now, as long as the firewall is restricting other services, I am unable to get test connection succeeded for data…