azure-service-principal Questions
3
Solved
I previously was using a PAT token to authenticate with Azure DevOPS GIT in order to download submodules. Now I am trying to authenticate with a Service Principal since it is newly supported by Mic...
Kittle asked 13/6, 2023 at 12:36
2
We have a Azure DevOps pipeline that we are using to deploy infrastructure to Azure using bicep files. In Azure, We have create a App Registration Service Principle and added it as a contributor to...
Shlomo asked 8/2, 2023 at 12:45
2
Solved
I’m trying to create the Azure AD Group using the following terraform code
# Required Provider
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = &quo...
Baulk asked 2/1, 2023 at 19:45
4
I currently create a service principal using the Azure CLI:
az ad sp create-for-rbac --name foo --role Contributor
I need the service principal to have enough permissions to create/modify/delete va...
Eatmon asked 11/2, 2022 at 11:39
2
Solved
I'm trying to get my ansible script to get logged into azure via azure cli. For some reasons, I'm not allowed to use the ansible azure package. I have to use the shell and call directly the command...
Kendrakendrah asked 5/2, 2021 at 8:25
3
Solved
I am fairly new in Azure and Terraform, and am trying to create a secret client for Azure Service Principal using Terraform.
I am unable to figure this out.
This is what I have right now:
provider ...
Young asked 22/7, 2020 at 6:54
1
© 2022 - 2024 — McMap. All rights reserved.