Alert when azure function returns a value
I have an azure function that checks if a blob file exists or not. This function returns true or false, and I want to send an alert if the outout is false. (This function is in python)
I have an azure function that checks if a blob file exists or not. This function returns true or false, and I want to send an alert if the outout is false. (This function is in python)
In Azure, I have an admin role. In Active Directory, I have added a new user. I need to grant permission to a user to access our storage account as a contributor role. I'm confused between the contributor and storage…
I am creating a website using Azure Blobs to store content. The website provides Search and Indexing. When this link is relative, <a download="" href="./media5/yyy.png">Download</a> the browser kicks off a "download". When the files are stored in Blobs, the users…
I am qute new web developer and I am facing a problem with uploading files to Azure file storage. From Angular I am sending a files into Flask backend and from there it is uploaded to Azure. My application is…
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…