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
79
votes
5 answers

How to restore my Local database to Windows Azure Database?

I have uploaded my application to Windows Azure Now I want to store My Local database to Windows Azure Database. Please Suggest me how do I create table and backup the table there?
Pankaj Mishra
  • 20,197
  • 16
  • 66
  • 103
78
votes
3 answers

Multiple YAML build pipelines in Azure DevOps

I'm currently trying to create multiple build pipelines for my Angular app in Azure DevOps using the new YAML way. I used to create a new build pipeline for the different environments I've set up (dev, staging, prod) when I was using the "legacy"…
Thomas
  • 4,030
  • 4
  • 40
  • 79
78
votes
9 answers

The subscription is not registered to use namespace 'Microsoft.DataFactory' error

Going through this tutorial "Create a pipeline with Copy Activity using Visual Studio" and receiving this error when I hit publish. Creating datafactory-Name:VSTutorialFactory,Tags:,Subscription:Pay-As-You-Go,ResourceGroup:MyAppGroup,Location:North…
user964787
  • 1,127
  • 2
  • 11
  • 20
78
votes
6 answers

How to create a sub container in azure storage location

How can I create a sub container in the azure storage location?
subramani
  • 1,039
  • 3
  • 13
  • 22
77
votes
8 answers

"Use a tenant-specific endpoint or configure the application to be multi-tenant" when signing into my Azure website

I'm getting this error after I sign into my Azure website: AADSTS50194: Application 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx' is not configured as a multi-tenant application. Usage of the /common endpoint is not supported for such applications…
DharmaTurtle
  • 6,858
  • 6
  • 38
  • 52
77
votes
3 answers

Where do I get the AzureWebJobsDashboard connection string information?

Trying to update my Service Bus apps to use the new RTM and I need this information.
Slee
  • 27,498
  • 52
  • 145
  • 243
77
votes
5 answers

How can I allow unknown users to access my SQL (Azure) DB?

Apparently one must explicitly specify (whitelist) the IP addresses that will be allowed access to a SQL Azure DB. I want, though, to have N-gazillion* users that will access these tables for data specific to them. delusions of…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
77
votes
2 answers

Can't query between databases in SQL Azure

I have a SQL Azure Database Server and I need to query between the Databases but can't figure out how to accomplish this. Here is the structure of my databases: Server.X Database.A Database.B Database.C In Database.A I have a Stored Procedure…
JoeGeeky
  • 3,746
  • 6
  • 36
  • 53
76
votes
9 answers

CORS with Azure function from localhost (not CLI)

We are using axios in a vue.js app to access an Azure function. Right now we are getting this error: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080' is therefore not allowed access. We…
steverb
  • 1,415
  • 1
  • 10
  • 12
76
votes
5 answers

Restoring SQL Server backup to Azure SQL Database

Is there a way to simply take a SQL backup .bak file, and using that as a restore point to generate a new database on Azure SQL Database? The wizard that I see generally recommended in this situation wants to create a custom file to use, but it…
Neo
  • 3,309
  • 7
  • 35
  • 44
75
votes
7 answers

How to download the latest build artifacts from Azure DevOps programmatically?

I have a .NET C# application and I would like to download the latest artifacts generated by the latest build of this public Azure DevOps project: https://dev.azure.com/LumiaWoA/Boot%20Shim/_build?definitionId=3 How does one interface with Azure…
SuperJMN
  • 13,110
  • 16
  • 86
  • 185
75
votes
9 answers

How to drop all tables and reset an Azure SQL Database

I have an ASP.NET MVC 5 project that works local and whenever I need to blow away the DB, I just open a new query on it, change the available database dropdown to master, then close the connection on my local db and run the query "drop database…
Ivan
  • 1,093
  • 1
  • 10
  • 15
74
votes
29 answers

Azure Storage Emulator error and does not start

This error is really driving me crazy. (Terminal running in administrator mode) Initialization of azure storage emulator in sql server 2014: C:\Program Files (x86)\Microsoft SDKs\Windows Azure\Storage Emulator>.\wastorage emulator init -server…
BigChief
  • 1,413
  • 4
  • 24
  • 37
73
votes
11 answers

Windows Azure Client with IP address 'XXX.XXX.XXX.XX' is not allowed to access the server

I have setup Sever, database and Firewall Setting (Rule) In windows Azure. I Have added The IP In firewall setting which is populating under the Windows Azure Firewall Tab. When I am trying connect with Database using Manage from Azure Platform I am…
Pankaj Mishra
  • 20,197
  • 16
  • 66
  • 103
73
votes
7 answers

Rename SQL Azure database?

How can i rename the database in sql Azure? I have tried Alter database old_name {MODIFY NAME = new_name} but not worked. Is this feature available in SQL Azure or not?
Arun Rana
  • 8,426
  • 14
  • 67
  • 107