Questions tagged [azure]

Microsoft Azure is a Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud computing platform by Microsoft. Users of the platform can deploy their applications onto cloud hosting benefiting from on-demand service, elastic scale, and a highly managed environment on a pay-as-you-go basis.

Microsoft Azure is Microsoft's application platform for the public cloud. Microsoft Azure can be used to build a web application that runs and stores its data in Microsoft datacenters. It can connect on-premises applications with each other or to 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.

3777 questions
119
votes
2 answers

Is it possible to make Nginx listen to different ports?

I created one Nginx with one Linux Azure VM, is it possible to make nginx listen to different ports so that when I change the port number, the content would be different. I found there would be a collision if I created two or more ports related to…
billcyz
  • 1,460
  • 3
  • 12
  • 14
37
votes
7 answers

Can Microsoft employees see my data in Azure?

I have sensitive data stored in both Azure DB and Azure SQL VM. An authorised DBA can log on and query the database, but in theory could a random Microsoft employee do the same without asking permission? I found this online which suggests the answer…
userSteve
  • 1,423
  • 4
  • 20
  • 32
23
votes
1 answer

Does enabling "Always On" in a MS Azure Website make it more expensive?

We are hosting 32 websites in one Standard web hosting plan mode and a Small instance size. Will it cost us more to enable "Always On" in one or all of the websites?
Shaun Luttin
  • 617
  • 2
  • 7
  • 11
23
votes
12 answers

How can I determine if it is cost-effective to move my site to cloud solution?

I have a large, busy site; it currently runs completely on a dedicated server that I rent each month for ~$700. It has three parts that I think I could carve off to a cloud solution: Media (image/video) file hosting. Currently I have something like…
Eric
  • 1,037
  • 2
  • 12
  • 23
22
votes
3 answers

Putting RSA keys into azure key vault

How can I store my key pair (typically the id_rsa and id_rsa.pub) in azure key vault. I want to put the public key in my GIT service and allow a virtual machine to download the private key from Azure key vault -> So that it can access GIT…
MercilessMaverick
  • 377
  • 1
  • 2
  • 7
22
votes
3 answers

Cloning Virtual Machine On Azure, keeping existing

There doesn't seem to be a straight answer online about this. I have an existing Virtual Machine on Azure and I want to clone it to another region in case my existing server goes down. It needs to be the exact replica but all I can find are moving…
exposure
  • 273
  • 1
  • 5
  • 10
19
votes
2 answers

Can I replace my domain controller with Azure Active Directory?

I currently have a small network with a few servers and about 25 client PCs. We are using Office365 and have AD synchronisation setup from our on-premise server. We also have single-sign-on setup using ADFS. We have recently replaced all but 2 of…
Chris Roberts
  • 463
  • 2
  • 6
  • 12
19
votes
8 answers

Import-Module Azure fails

I am trying to work with Windows Azure PowerShell module on Windows 8.1. I have downloaded and installed the Azure module and in start I can run and use the "Windows Azure PowerShell" which is a PS that just loads Azure. When I open just a plain PS…
itaysk
  • 385
  • 2
  • 4
  • 9
17
votes
5 answers

How to find the service principal assigned to a newly created AKS cluster?

I have just created an AKS cluster using a standard az aks create ... --ssh-key-value .... According to https://docs.microsoft.com/en-us/azure/aks/kubernetes-service-principal, an AKS cluster is created, and because an existing service principal…
JoaoCC
  • 295
  • 1
  • 3
  • 8
16
votes
3 answers

32bits or 64bits for Windows Azure Web Sites?

The Windows Azure Web Sites offers two options 32bits or 64bits. New sites come with 32bits by default. For a server configuration it feels a bit odd because, AFAIK, the vast majority of web servers have been in 64bits config for years now.…
Joannes Vermorel
  • 463
  • 2
  • 5
  • 13
15
votes
2 answers

Renaming an Azure VM

I am looking to rename an Azure VM. I have copied a VM from one subscription to another using this…
Nick Chambers
  • 153
  • 1
  • 1
  • 5
14
votes
3 answers

How to identify the cause of 100% CPU usage in Azure App Service?

I have five apps in an Azure App Service Plan, all different copies of the same app for different clients. It's an ASP.NET MVC app with an SQL database. This morning I woke up to slow and non-responsive sites, sometimes resulting in a 503 error. …
littlecharva
  • 291
  • 2
  • 3
  • 14
13
votes
4 answers

Can I use Office365 or Azure AD as master record for Active Directory?

We have a small business and currently don't have a need for a domain within our office. We have a basic network and a single server running Windows Server 2008 R2 with some file shares and 3rd party apps. We use Office 365 and have a Windows Azure…
13
votes
4 answers

How to reset the admin password on VM on Windows Azure?

The virtual machines on Windows Azure allow to connect from RDP. But how can I reset the administrator password if the password has been lost?
Joannes Vermorel
  • 463
  • 2
  • 5
  • 13
12
votes
3 answers

How can I share an Azure VM image with other subscriptions?

I need to create an Azure VM image that can be used by other people to create VMs in their own subscriptions. I've looked at the Azure documentation for VMs and images. I can find info on how to create images and about how to create VMs from an…
Rick Kirkham
  • 221
  • 1
  • 2
  • 4
1
2 3
99 100