A collective for developers to engage, share, and learn about Microsoft Azure’s open-source frameworks, languages, and platform. This collective is organized and managed by the Stack Overflow community.
We'll highlight new content in your collectives with a blue activity indicator on navigation items and posts. Manage preferences
These questions still don't have an answer
I am trying to run an ansible playbook to setup one of my web VM's to remove and/or install certain packages so we can start our week of web applications (cyber blog). I use Microsoft Azure. All .
I'm creating a custom policy that authenticates a user against their signInName, not their email. The signInName is a number between 4 and 10 digits. I need to be able to strip any leading zeros that .
Our Azure Functions are using runtime version 4, I've upgraded Microsoft.Azure.WebJobs.Extensions.Storage to 5.3.1 as required to be able to utilise dynamic concurrency. When I add enable dynamic .
I have a VM in Azure i have assigned an Identity and i can login using az login --identity When i do that , it only displays the Subscription that the VM is in . I have a number of subscriptions and .
We have implemented a B2C custom policy that allows users to sign in with B2C Local or Social (Entra) accounts. Our login screen has a unified sign-in page that was modelled on the .
These questions have a bounty on them
I have inherited a collection of Python functions that are capable of deadlocking(this can happen at several places in the code), when that happens they seize all function time out on the Function app .
One user of my aplication that should create subscription in a specific topic is unable to do so (all of the others can). User is getting error with the following content:
These answers have been recommended
For an Azure SQL Database it can easily be set to only accept connection requests from within the datacenter it is running in and from a specified list of IP addresses (in my case, my home). Does .
First of all, you'll want to create a new Virtual Network that you'll be using as a private network that will allow connections between your Blazor/App Server and the App in question. You can find .
answered 4 hours agoI´m trying to launch in local an azure function using python 3.11.9. I have created and activated a virtual environment. However whenever I try to execute func start I get the below error. Found .
To resolve this error, you have to create and activate virtual environment and run the function in activated virtual environment. Follow below steps: Configure Environment variables in your system to .
answered 12 hours agoI've followed all steps of that SO answer (https://stackoverflow.com/a/78926745/803195) but when I authenticate the account, the following exception is throwed: Microsoft.Identity.Client.
The error occurs if you add redirect URI in Web platform which won't work while using interactive flows as you enabled public client flow option. To resolve the error, make sure to remove the redirect .
answered 13 hours agoI'm using Azure Storage to store files for my .NET Core app. And I need possibility to save temp files. I'm uploading file this way: public async Task UploadFile(Stream fileStream, string path) < .
Is there way to create file that will be deleted automatically in an hour for example? You can use the below code to upload the blob and set the expiration date of a blob relative to the current time .
answered 14 hours agoI am running something like the following to get some costs in Azure az login --service-principal --username
Need to check below: Execute az account list CLI command and verify the logged in accounts as shown below. Check if the providing test_subscription has existed in the retrieved accounts list. Try .
answered 11 hours agoThese are the most active questions in Microsoft Azure Collective
1025 votesI have inserted records into a SQL Server database table. The table had a primary key defined and the auto increment identity seed is set to “Yes”. This is done primarily because in SQL Azure, each .
I am experiencing an error when connecting MY DB which is in VM Role (I have SQL VM Role) from Azure Website. Both VM Role and Azure Website are in West zone. I am facing the following issue: .
309k viewsI've copied my project to a clean Windows 10 machine with only Visual Studio 2015 Community and SQL Server 2016 Express installed. There are no other framework versions installed apart from those .
28 answers 303k viewsMy question is: Is it possible to get the azure active directory tenant id without using powershell command? I found this two blogs and with this help, I'm already able to get the tenant ID and .
Does anyone know how I can copy a SQL Azure database to my development machine? I'd like to stop paying to have a development database in the cloud, but it's the best way to get production data. I .
In this blog, we'll connect to Dataverse using an Azure function that utilizes the.Net core 6.2 framework. The prerequisites are listed below. · Create a new Dynamics 365 application in Azure. ·.
created Aug 6 at 4:04 2 minute readIntroduction Encryption is a crucial aspect of data security. This article demonstrates how to perform AES encryption and decryption in Python using the cryptography library, with the inclusion of a .
created Jul 29 at 22:19 2 minute readWhat is Microsoft Entra ID? Microsoft Entra ID is a service in the cloud that helps your employees log in to and use resources outside your organization. Examples of these resources are Microsoft 365, .
Create a file in Azure FileShare using postman. Pre-Requisite Azure Storage account with a file share Role assignment Storage File Data Privileged Contributor scoped to file share. Get required .
created Apr 1 at 1:00 1 minute readSometimes, renaming the function classes is required as that represents the meaningful name of the current version and the functionality of that class. There is no inbuilt option for renaming the .