I'm trying to authenticate access from an Azure function to Azure SQL DB using am Azure Active Directory managed identity and the Active Directory Interactive . I've successfully used the instructions at…
I am trying to utilize azure managed identities to provide me a way to authenticate/authorize actions on a non-azure service. I want to integrate my own service - as an oauth2 resource server.
I would like to be able to validate the received oauth2…
Is it possible to use Azure AD on Ubuntu for connecting to Azure SQL?
That is, it is possible to use trusted_connection=True in sqlalchemy in Python?
# Creating engine
engine =…
I've deployed a Docker container in Azure App Services. I have a public API that I can call, which returns "Hello world".
I would like to use Azure Managed Identity in my app, so I enabled it in Azure portal. I enabled the "System assigned" one,…
I've been working on this for several days now, and after reading many documentations on this I am absolutely out of ideas.
What I've done so far:
Created three web apps (DEV, UAT, PROD) and switched System Assigned to ON to create a Managed…
I am trying to create storage account, blob storage and then trying to create role on storage account. Below is the code storagedeploy.json:
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
…
Using C# I can delete Azure Batch Pools and Jobs using Client ID and Client Secret - but currently we want to delete them by using Azure Functions using Managed Identity.
Here is my current code:
internal async Task…
I am creating my first app function using powershell in the Azure portal, It's just to scale a SQLDB on I have tried to use this tutorial as a guide.
MSI example
I turned on MSI for the function and configured resources groups Giving the…
My PHP application, hosted in an Azure VM, needs to access images stored in a private Azure Storage Container.
Has anyone implemented a successful approach? I have 3 ideas (below).
Option 1 - using Azure Managed Identity
give the app a managed…
If I understand correctly - Azure Managed Service Identity provisions the certificate to your service automatically and also handles its renewal.
The question is - what's the renewal frequency for that cert and can it be customized?
I have a php application hosted in Azure VM, with some secrets in Key Vault. I have set up a Managed Identity and given access to the vault.
So my application can successfully get secrets from the vault, using a token obtained from Azure Instance…
I am creating some Azure Logic Apps in order to monitor a workload. These Logic Apps needs a managed identity in order to post metrics to a resource in Azure monitor.
As per documentation, I am sure I can create a system-managed identity for each…
I am using Managed Identity to connect to Azure Service Bus and it used to work fine.
This morning, I realized that this approach wasn't working anymore locally (using Visual Studio) and also on the deployed application (using managed identity).
I…
I am trying to create an HDInsight cluster in a certain subscription. Now the default storage type that I am selecting is of type ADLS Gen2 and the storage instance exists in the same subscription (the UI here will anyways list only the ADLS Gen2…
I have an Azure Function that should process zip files and convert their contents to csv files and save them on a Data Lake gen 1.
I have enabled managed Identity of this Azure Functions. Then I have added this managed Identity as an OWNER on the…