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
14
votes
2 answers

Where do I see log entries in Application Insights?

I got Application Insights up and running for my ASP.NET application. Then, I installed Microsoft.ApplicationInsights.NLogTarget package and added ApplicationInsightsTarget to my NLog configuration. It seems to be working fine. At least I can see…
UserControl
  • 14,766
  • 20
  • 100
  • 187
14
votes
5 answers

Running Solr on Azure

Can Solr be run on Azure?
HaavardMeling
  • 257
  • 1
  • 2
  • 7
14
votes
2 answers

Run triggered Azure WebJob from Code

I created a console application upload as Azure trigger Webjob. It is working fine when I run it from Azure Portal. I want to run this from my C# code. I don't want to use Queue or service bus. I just want to trigger it when user perform a specific…
Muhammad zubair
  • 291
  • 2
  • 6
  • 20
14
votes
1 answer

Deploy Service Fabric from powershell. Error -> Get-ServiceFabricClusterManifest : Cluster connection instance is null

I am trying to publish Service Fabric application to Azure with powershell. I want to connect to the cluster and then call script "Deploy-FabricApplication.ps1"(one that is generated when new project is created in visual studio) To do that I have…
TomaszMaryniak
  • 198
  • 1
  • 8
14
votes
1 answer

Azure-functions: Can environment variables be used in function.json?

I'm currently using the git push deployment option to deploy a few copies of an azure-function. The function's function.json file has multiple "connection" entries linking to different storage accounts (i.e. for a blob trigger & table output). In…
Rufus Nelson
  • 207
  • 2
  • 5
14
votes
3 answers

Azure Sql request limit reached although the number of connections is well below the resource limit

We have a few Java applications that use a common Azure Sql database through JDBC. Each application has a pool of connections to that database. The number of connections in the pool is limited, so the total number of connections from all…
Malt
  • 28,965
  • 9
  • 65
  • 105
14
votes
6 answers

Deploy Angular 2 with Azure Webapp

How can can I deploy an angular 2 webapp to azure? I guess I need some type of final compilation script. Thanks in advance.
14
votes
4 answers

How to get connection string to existing servicebus without old azure portal

Due to restrictions in the company I cannot use old azure portal. But I have a requirement to use ServiceBus in our project. I was able to create servicebus ns using resource.azure.com, but I cannot find the way to get the connection string to that…
Maris
  • 4,608
  • 6
  • 39
  • 68
14
votes
3 answers

Settings must be of the form "name=value". No idea what to do

So I'm parsing a connection string for an Azure Storage Account and when I get to the page of the app that uses the connection string, the compiler catches an exception stating, "Settings must be of the form "name=value". Does this mean that I…
michael__sloan
  • 405
  • 2
  • 4
  • 14
14
votes
2 answers

How to Upload multiple Document (bulk) in Document DB

I have Documents list(object) that object has multiple documents i.e. Json records are present but while I try to upload that Bunches of Document(Records) it not upload on document DB but while I upload Single Document records it upload…
Pravin Sharma
  • 1,160
  • 1
  • 8
  • 20
14
votes
4 answers

Download Azure web app?

I just opened a free Azure trial account and went through the various forms to create a test web app. I would like to edit the source files locally with Visual Studio 2015 however. Is it possible to download the files generated during sign-up, and…
Kees van Zon
  • 191
  • 1
  • 1
  • 8
14
votes
1 answer

Blue/Green Deployments with Azure ServiceFabric

I'm currently building an application using the ReliableActors framework on Azure ServiceFabric. As we scale up, I'm looking at doing blue/green deployments. I can see how to do this using a stateless system. Is there's a way to do this using…
14
votes
2 answers

"REST API Client" option in Visual Studio for ASP.NET Core projects?

I've got a ASP.NET REST API up and running in Azure. From an older .NET 4.5 project in Visual I've generated a client using this menu option: But when I create a new ASP.NET Core (ASP.NET 5) project, and want to generate the client there is no such…
Frode Lillerud
  • 7,324
  • 17
  • 58
  • 69
14
votes
2 answers

Enabling multi-factor authentication for the Azure portal

Is it possible to enable multi-factor authentication for getting access to the Azure portal, https://portal.azure.com? I know there is an MFA server resource in Azure itself, but my understanding is that this is for Azure hosted…
Ricky Keane
  • 1,540
  • 2
  • 15
  • 21
14
votes
1 answer

Enabling gzip compression on Azure App Service

I have a web app hosted in microsoft azure. As local IIS uses compression for both static and dynamic content I expected this to work on azure platform as well. As it seems compression does not work as json and css files for example are returned…
edesr
  • 200
  • 1
  • 1
  • 12
1 2 3
99
100