service-principal Questions

1

Solved

I faced an access issue when I tried to access Azure Repository information in one tenant using app credentials from another tenant. Flow inside only one tenant (works). I have created a multi-ten...

2

Solved

How can I, using the Azure Python API, create a full set of credentials that can later be used to start and deallocate all VMs in a named resource group, without any other permissions? I have thoro...
Shulem asked 24/12, 2017 at 4:44

4

Solved

Connect-AzureRMAccount doesn't work. I don't care. I don't want to run through the process of needing a PhD to understand why PowerShell never wants to work. So I'm going to use Login-AzureRMAccou...

3

Solved

I've been trying to manage an Azure Kubernetes Service (AKS) instance via Terraform. When I create the AKS instance via the Azure CLI per this MS tutorial, then install an ingress controller with a...

4

Solved

Question and details How can I allow a Kubernetes cluster in Azure to talk to an Azure Container Registry via terraform? I want to load custom images from my Azure Container Registry. Unfortunate...
Adler asked 30/1, 2020 at 1:52

2

Solved

I have a project whose resources spanned across 3 resource groups. I want to create a Service connection scoped to all those resource groups so that i can manage access at one place through that se...

2

Solved

I've got a bunch of old app registrations/service principals that no one has any idea if it's being used or not. When I got into the app from Enterprise Application (All Applications) blade and see...
Underwing asked 14/12, 2018 at 19:44

2

Solved

Requirement: Update PowerBI dataset schedule using Powershell script via a Service Principal. PowerBI API used. Refer: MicrosoftDocs Error Message: "Message":"API is not accessible f...
Engelbert asked 26/4, 2021 at 1:38

1

I need to create a service connection in Azure DevOps for service type "Azure Resource Manager". When I am trying "Service principal (automatic)", I am able to do with proper pe...

2

My situation is as follows: I want to create an Azure service principal. But when I try to do it with this command az ad sp create-for-rbac, I always get the error "Insufficient privileges to compl...
Honourable asked 27/1, 2020 at 12:6

2

Solved

I'm trying to access KeyVault from an .net Core console application, using a Service Principle (I have the App Id and App Secret). Here's my code: var client = new KeyVaultClient(GetAccessToken); ...
Beadle asked 28/8, 2018 at 21:50

1

Solved

The command (Get-AzureRmADUser -Mail $user).Id in a Azure PowerShell Task returned null when running on a self-hosted agent in VSTS The problem was that the Service Principal needs to have the per...

2

Solved

I'm working on a powershell script that will create a Resource Group, register the included application (in this example, a Web Api) to the associated AAD. But, when calling trying to assign Reader...

1

Solved

To run applications in Azure, I need to create an Application in Azure AD and a corresponding Service Principal. Then my application authenticates against this App/Principal pair. To authenticate, ...

2

Using Azure KeyVault I have set up a ResourceGroup, KeyVault and Key by following this guide: https://azure.microsoft.com/en-gb/documentation/articles/key-vault-get-started/ I have set up the ap...
Obscuration asked 7/7, 2015 at 10:33

2

Solved

I have a Powershell script which runs to set up Azure web apps, databases, etc. but before running the script, I have to do the following: PS C:/> Login-AzureRmAccount This pops up a GUI in w...
1

© 2022 - 2024 — McMap. All rights reserved.