Im trying to write an Azure function which has an Event Grid output binding, how do I configure it to use a manage identity instead of the topic key ?
[Function("TestEventGrid")]
[EventGridOutput(TopicEndpointUri =…
This is a continuation of the ticket Restrict Access with Azure Managed Identity in .NET Core Web API where I configured a .NET Core Web API to secured with user-assigned Azurre Managed Identity. This Web API has been deployed as…
I'm working on an azure python app function of queue trigger type that create a VM once triggered.
To do so, I need to work with the ManagedIdentityCredential() in order to acquire a credential object using CLI-based authentication but I'm having…
I had enabled system assigned managed identity in azure function(Service bus topic trigger) and added the identity(Object (principal) ID
) in key vault access policy with "Get,List" permissions of secrets, keys. I added the reference of the Key…
I am really struggling regarding my Azure SQL configuration. I have an app I want to move from a prototype to production and I want to use Azure SQL Database with Managed Identities and SQL Authentication with App Services so I don't need to deal…
I have an app service, let's call it Shiny API. It exposes functionality to my clients. Users authenticate using oAuth through a third party identity provider.
One of the data sources for this app service is in another app service within the same…
please can some one guide me how to Establish Connection to SQL server using manage identity in data bricks using manage identity object id
I am using following code
'''
from azure.core.exceptions import ClientAuthenticationError
from azure.identity…
I'm deploying Azure services by using Bicep. The property 'identity type system assigned' creates an enterprise application/service principal with a name, object id and app id. This is required to be able to process Azure Analysis Services from a…
Hi I am trying to create API connections for Key Vault, service bus and storage account using bicep. unfortunately do not see clear documentation from Microsoft side.
created API connections(Azure Key Vault, Service Bus and storage account) using…
I am trying to use a python azure function to call an API running on an Azure app service.
(I have managed to get the webAPI to call the function-trigger (managed-identity and all that), but the function needs data that can be retrieved from the…
I've got an Azure App Service that needs access to a classic SQL Server (non-Azure SQL, not SQL Managed Instance) and I'd prefer to do this via System Managed Identity. This is enabled on the App Service and a corresponding Enterprise Application is…
I have a webjob hosted within Azure which is scheduled to run continuous mode type. In this webjob I have some database operations which are managed using EntityFrameworkCore. I am also using userassigned ManagedIdentity to get the token and pass it…
Does Google Cloud have anything similar to the managed identity offered by Azure. Refer the video in below link:
https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview
As I understand Managed Identity…
I have created a Managed Identity (User Assigned) using Azure portal.
I attached that MSI with Azure App Service
Added appropriate permissions for the MSI at Azure SQL (Database)
In this implementation I am using Microsoft.EntityFrameworkCore…