About 50 results
Open links in new tab
  1. Azure function app authenticating using managed identity with …

    Jun 18, 2024 · Another way to do it would be to set up an App Registration for the Function App with delegated access to the API.Access scope, and then use client secret credentials to …

  2. Azure oAuth token retrieval with user managed identity

    Jan 17, 2023 · I am new to Azure. I have an app service and a system managed and an user managed identity. I want to use the rest endpoint to get the access tokens. Based on a config …

  3. Azure KeyVault: Azure.Identity.CredentialUnavailableException ...

    I am trying to connect my ASP.NET Core application that is targeting .NET framework with Azure Keyvault. On a new Azure VM that supports Identity everything works fine, but this application …

  4. Unable to use 'User-managed identity' with Azure Function App

    Oct 5, 2021 · I am trying to use 'User-managed identity' with my function app. The managed id has contributor access at resource-group level where function is hosted. It's a powershell …

  5. How to run Azure Function locally using User Assigned Managed …

    Apr 4, 2023 · I'm trying to run an Azure Function on my local dev machine. The function is configured to use User Assigned Managed Identity to access a Service Bus resource. When I …

  6. Implement authentication using Azure AD (Azure Identity) for …

    Feb 8, 2024 · I about to host an existing ASP.NET MVC app running on .NET 4.8 in Azure. I want to implement authentication using Azure AD (Azure Identity). I am looking for some quickstart …

  7. ModuleNotFoundError: No module named 'azure' - Stack Overflow

    Dec 21, 2022 · I am trying to run an exe file on msgraph-sdk-python-core from windows machine. The exe is created from a simple python file by PyInstaller. main.py from azure.identity import …

  8. Azure Pipelines: Logging in using Workload Identity Federation

    Apr 9, 2024 · In the Azure DevOps project where you pipeline is in, go to " Project Settings " > " Service connections " to create the new ARM service connection. Select " Azure Resource …

  9. azure - App service cannot access Managed Identity in C# .net 7 …

    Jun 14, 2023 · I am trying to get the managed identity (user assigned) with the var credential = new DefaultAzureCredential(new DefaultAzureCredentialOptions() {

  10. Connect Azure CosmosDB using Managed Identities from Azure …

    Azure Cosmos DB actually has built-in roles for that. For read only, roleDefinitionId is 00000000-0000-0000-0000-000000000001. For read and write, roleDefinitionId is 00000000-0000-0000 …