copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
How to use Azure Managed Identity in Azure Function to access Service . . . Now, instead of Shared Access Keys, I would like to use Managed Service Identity (MSI) for accessing the ServiceBus According to this (https: learn microsoft com en-us azure active-directory managed-service-identity services-support-msi) it should be possible, unless I have misunderstood something
Configure Azure Functions to use Identity Based Connections With this approach, your Azure Functions application has a "managed identity", and that identity is granted access to the services that you are binding to This means that there are no secrets to be leaked in your Function App
Azure Service Bus trigger for Azure Functions | Microsoft Learn When hosted in the Azure Functions service, identity-based connections use a managed identity The system-assigned identity is used by default, although a user-assigned identity can be specified with the credential and clientID properties