Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure]

Microsoft Azure is a Platform as a Service and Infrastructure as a Service cloud computing platform. Use this tag for programming questions concerning Azure. General server help can be obtained at Super User or Server Fault.

azure
307 votes
11 answers
151k views

Cannot determine the organization name for this 'dev.azure.com' remote URL

So I just updated to a new Visual Studio version and I am no longer able to push/pull from/to my Azure Repo (cloning works fine). The exact error I get is Cannot determine the organization name for ...
Menyus777's user avatar
  • 6,893
299 votes
23 answers
306k views

Could not load file or assembly "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

I'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 ...
Ivan-Mark Debono's user avatar
246 votes
10 answers
56k views

What is the difference between an Azure Web Site and an Azure Web Role

What are the material differences between the new Azure Web Sites and the traditional Azure Web Roles for an ASP.NET MVC application? What reason would I choose a "web site" over a "web role" or vice ...
Erv Walter's user avatar
  • 13.8k
243 votes
9 answers
98k views

Azure Webjobs vs Azure Functions : How to choose

I've created some Azure Webjobs that use triggers and I've just learnt about Azure Functions. From what I understand Azure Functions seem to overlap with Azure Webjobs features and I have some ...
Thomas's user avatar
  • 28k
237 votes
25 answers
152k views

How do I copy SQL Azure database to my local development server?

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 ...
BZink's user avatar
  • 7,847
225 votes
28 answers
300k views

How to get the azure account tenant Id?

My 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 ...
Annie Vincent's user avatar
216 votes
17 answers
143k views

Publish error: Found multiple publish output files with the same relative path

When I publish my ABP project I get the following error: C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk \targets\Microsoft.NET.ConflictResolution.targets(112,5): error ...
Nader Gharibian Fard's user avatar
178 votes
8 answers
289k views

Azure Cli how to change subscription default

I have 3 subscription in my Azure Account, I need to change the default subscription. When i Run the command: azure account list I have this output: I have tried to change the default or current ...
chemitaxis's user avatar
  • 14.5k
175 votes
14 answers
125k views

Azure: Is there a way to view deployed files in Azure?

Is there a file "view" available in Azure? When I log in to Azure to look at a website I've deployed there is no obvious see exactly what files Azure is hosting. I can see there's the ...
John Reilly's user avatar
  • 6,079
171 votes
7 answers
115k views

Difference between "enterprise application" and "app registration" in Azure

Could someone please tell me what the difference is between "enterprise application" and "app registration" in Azure. Appreciate if you could give me an example & why some application cannot be ...
POSH Guy's user avatar
  • 1,998
168 votes
3 answers
62k views

Why does Azure deployment take so long?

I'm trying to understand why it can take from 20-60min to deploy a small application to Azure (using the configuration/package upload method, not from within VS). I've read through this situation and ...
emptyset's user avatar
  • 3,214
163 votes
14 answers
236k views

Microsoft Azure: How to create sub directory in a blob container

How to create a sub directory in a blob container for example, in my blob container http://veda.blob.core.windows.net/document/ If I store some files it will be http://veda.blob.core.windows.net/...
veda's user avatar
  • 6,514
162 votes
13 answers
121k views

Checking if a blob exists in Azure Storage

I've got a very simple question (I hope!) - I just want to find out if a blob (with a name I've defined) exists in a particular container. I'll be downloading it if it does exist, and if it doesn't ...
John's user avatar
  • 5,522
159 votes
11 answers
52k views

How do I delete an Azure storage account containing a leased blob?

I was playing with Windows Azure durable virtual machines. In the end, I deleted the virtual machine (successfully) and tried to delete the associated storage account. The request to delete the ...
Fernando Correia's user avatar
158 votes
3 answers
74k views

Azure Blob Storage vs. File Service [closed]

Please correct my wrongs. From my reading on the topic so far, it appears to me that both, Azure Blob Storage and File Service offer the ability to store file(s) and folder(s) (I understand that blobs ...
Water Cooler v2's user avatar

15 30 50 per page
1
2 3 4 5
9467