skip to Main Content

Update the Azure App registration web.logoutUrl using Azure CLI

I am using an Azure CLI script to register an application like this: az ad app create --display-name $appName --sign-in-audience AzureADMyOrg --enable-id-token-issuance true --enable-access-token-issuance false --required-resource-accesses @app-resources.json --web-redirect-uris $redirectUris I need to set the front-channel logout URL as well, but…

VIEW QUESTION

AzureBlobStorage AuthorizationPermissionMismatch error using User Managed Identities, Python SDK from AKS – Debian

I'm running a Python app in AKS (as a Job, but doesn't matter), using the Azure Python SDK to access blob storage. I'm using a User Managed Identity for auth, using ManagedIdentityCredential with the client_id kwarg (see https://learn.microsoft.com/en-us/python/api/azure-identity/azure.identity.managedidentitycredential?view=azure-python). It is…

VIEW QUESTION

Can't install azure cli on centos

I am trying to install azure-cli on centos 7 box. I am getting this error repeatedly Error: Package: azure-cli-2.0.80-1.el7.x86_64 (azure-cli) Requires: libpython3.6m.so.1.0()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest…

VIEW QUESTION
Back To Top
Search