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.

If you need help setting up Azure resources, ask those questions on Server Fault or Super User.

Microsoft Azure (formerly Windows Azure) is Microsoft's application platform for the public cloud. Microsoft Azure can be used to build web applications or services that run and store data in Microsoft data centres. It can connect on-premises applications with each other or map between different sets of identity information.

Azure offers several high-level services

Azure offers several services currently in preview

Intro to Azure

Each of these services offers the ability to scale up or down based on demand using predetermined virtual machine sizes to run the services.

Use this tag for questions relating to applications hosted on Azure.

Beginners' resources

Related Tags

134275 questions
90
votes
8 answers

Azure Cosmos DB - Understanding Partition Key

I'm setting up our first Azure Cosmos DB - I will be importing into the first collection, the data from a table in one of our SQL Server databases. In setting up the collection, I'm having trouble understanding the meaning and the requirements…
Stpete111
  • 3,109
  • 4
  • 34
  • 74
90
votes
2 answers

Is it possible to rename an Azure App Service plan using the Azure Portal?

Is it possible to rename an App Service Plan? I have already tried in both the old and new portals and can't find any rename options.
Mark Cooper
  • 6,738
  • 5
  • 54
  • 92
89
votes
24 answers

Missing value for AzureWebJobsStorage in local.settings.json local development in Visual Studio 2017

I'm developing a azure function locally, with the Storage Emulator and de Storage Explorer opened. File tree local.settings.json { "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", …
rubens.lopes
  • 2,265
  • 1
  • 18
  • 23
88
votes
6 answers

Differences between Azure Block Blob and Page Blob?

As I recently started mingling around with Windows Azure, I've came up to a situation where, which one to go for between the Block Blob & Page Blob. I'm currently in progress of uploading some text, csv or dat files to a blob storage and then do a…
Kulasangar
  • 9,046
  • 5
  • 51
  • 82
88
votes
5 answers

Removing/Hiding/Disabling excessive HTTP response headers in Azure/IIS7 without UrlScan

I need to remove excessive headers (primarily to pass penetration testing). I have spent time looking at solutions that involve running UrlScan, but these are cumbersome as UrlScan needs to be installed each time an Azure instance is started. There…
Nick Evans
  • 3,279
  • 2
  • 25
  • 21
87
votes
7 answers

Difference between Service Principal and Managed Identities in Azure

I would like to know if it is always recommended to use Managed Identities in Azure , mostly system assigned or a Service Principal? When should Service Principals be used in Azure compared to a managed identity, what is the advantage of one over…
Pallab
  • 1,915
  • 2
  • 19
  • 46
87
votes
15 answers

Azure Functions Database Connection String

How do I add or access an app.config file in Azure functions to add a database connection string? If you're not supposed to add an app.config and there is a better way to access an external database to execute the function please let me know best…
Lereveme
  • 1,614
  • 2
  • 15
  • 18
87
votes
3 answers

Where do you set and access run-time configuration parameters per environment for service fabric?

For two environments, local and cloud, how would I set up custom settings or parameters for resources such as Sql databases, storage accounts, etc... Ideally it would be one parameter name called in code to say, point a DbContext towards a…
StampyTurtle
  • 2,728
  • 2
  • 14
  • 16
86
votes
7 answers

How and where to define an environment variable on Azure

I have an ASP.NET MVC web application deployed to Azure. I'm reading my setting using the GetEnvironmentVariable(...) method. The problem is that I can't find a way to define this environment variable in Azure Portal. Where can I do that? I don't…
85
votes
9 answers

Azure Blob Storage "Authorization Permission Mismatch" error for get request with AD token

I am building an Angular 6 application that will be able to make CRUD operation on Azure Blob Storage. I'm however using postman to test requests before implementing them inside the app and copy-pasting the token that I get from Angular for that…
SebastianG
  • 8,563
  • 8
  • 47
  • 111
84
votes
6 answers

How do I pause an Azure App Service Plan?

I thought one of the advantages of Azure was that I could turn services on and off depending on when I want them to be available. However I cant see how to pause my App Service Plan. Is it possible? I want to use the S1 tier so that I can play with…
Kirsten
  • 15,730
  • 41
  • 179
  • 318
84
votes
19 answers

Why do I get the error "The target GatherAllFilesToPublish does not exist"?

I have recently installed the new Azure development tools for Visual Studio 2010 service pack 1. Every time that I try to publish an existing website (using file system deployment) I get the following error: The target "GatherAllFilesToPublish"…
Joe
  • 1,129
  • 1
  • 7
  • 16
82
votes
12 answers

Azure CLI vs Powershell?

Not precisely able to understand the merit of Azure CLI on Windows environment. Is it targetted for the audience who want to manage Azure IAAS from Linux environment? I thought Powershell core is going to be the way for non-Windows admins. Is…
Abhijeet
  • 13,562
  • 26
  • 94
  • 175
81
votes
5 answers

When should I use Sql Azure and when should I use table Storage?

When should i use Sql Azure and when should I use table Storage? I was thinking , use table storage for transaction processing scenarios e.g. debit credit accounts kind of scenario and use Sql Azure when data will not be used for transactional…
81
votes
29 answers

AzureStorage Blob Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature

I'm trying to upload a image in Windows Azure Blob and I'm geting the following error which I can't handle. Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. The…
Fábio Henrique
  • 821
  • 1
  • 6
  • 5