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.

4019 questions
6
votes
2 answers

Alternative way to deploy Azure VM from generalised image with AzureRM

I am wondering in what way should I spin-up windows VM for Azure from generalized image, in order to add custom settings (from what I know it's impossible to customise the VM which was deployed from Azure market place) That would be great if you…
fopsik
  • 606
  • 3
  • 9
6
votes
2 answers

azure cli not able login using command line option

When I try to login using azure cli by providing username and password. I get error az login -u myemail@email.com -p plaintextpassword The user name might be invalid. For cross-check, try 'az login' to authenticate through browser. When I use…
kumar
  • 309
  • 2
  • 8
  • 22
6
votes
3 answers

Domain Ownership error. No CNAME records were found. Please add a CNAME record pointing to myapp.azurewebsites.net

I am trying to set up the urls https://www.mywebsite.net.au and https://mywebsite.net.au to work for my Azure App Service using with Cloudflare. Where mywebsite represents my web site name. Currently when I go to this url I get a 404 error. In…
Kirsten
  • 185
  • 5
  • 20
6
votes
3 answers

How do I disconnect from Connect-MsolService in PowerShell

I have used below command to initiates a connection to Azure Active Directory in Power Shell. Connect-​Msol​Service I have completed required operations, But how do I disconnect? Do I wait till session expiry?!
kudlatiger
  • 361
  • 2
  • 5
  • 18
6
votes
1 answer

How do I transfer a resource group from a disabled subscription?

We had a BizSpark subscription which expired. I had assumed it would just start billing me, but instead the actual Azure subscription became disabled with a status of "Disabled by administrator." After checking with the actual administrator of our…
CodeRedick
  • 277
  • 1
  • 4
  • 7
6
votes
3 answers

Cannot delete an empty Storage Account on Azure RM

When trying to delete Azure Resource Group in the Azure Portal I get an error pointing to a Storage Account which could not be deleted. Indeed, trying to delete the Storage Account results in an error: Failed to delete storage account…
techraf
  • 4,243
  • 8
  • 29
  • 44
6
votes
1 answer

Can Azure storage account (files) be mounted on multiple servers?

I am using storage accounts (files) as a mount point on a Linux server. It's being used to storage media files. Can the same volume be mounted on another Linux server? Will this cause issues? The goal is to have multiple servers sharing the media…
djdy
  • 583
  • 2
  • 4
  • 15
6
votes
2 answers

Where are my Azure Temp Files?

I have a raygun error on an Azure Web App that baffles me. d:\local\Temporary ASP.NET Files\root\8c572dab\d52156ac\ App_Web_636035960914530576dbc451921d-d5ba-4ab9-ae23- 3aebe17a2fcd.cshtml.ae8ccf29.453z6dsh.0.cs(151): error CS1528: Expected ; or =…
rarrarrarrr
  • 163
  • 1
  • 1
  • 5
6
votes
2 answers

Azure Web App Port Mapping/Forwarding

Is it possible to map or forward an external port x to port 80 in a Web App on Azure with any of the tools provides by Azure (e. g. Traffic Manager etc.). I'm not talking about VMs, I'm talking about the more abstract App Service. Given is the…
stay2be
  • 63
  • 1
  • 1
  • 3
6
votes
2 answers

Get-AzureRmResourceGroup not returning resources from current subscription

If I run Get-AzureSubscription -Current I get: SubscriptionId : a* SubscriptionName : Development Environment : AzureCloud DefaultAccount :…
TylerHam
  • 151
  • 1
  • 9
6
votes
1 answer

Deploy multiple instances of a Virtual Machine in Azure

I have a Virtual Machine, let's call it Ceres, which is currently running in Azure. I would like to have two copies of Ceres running. Is it possible to simply create another identical instance of this same server in Azure? I notice in the literature…
Jake
  • 602
  • 1
  • 9
  • 17
6
votes
1 answer

IIS FTP Not Working Remotely Windows Server 2012 R2

We are attempting to duplicate our server in the Azure cloud. Both are Windows 2012 R2 servers. FTP works on the original server but not on the duplicate server. Additionally, the duplicate server supports localhost FTP access, but not remote…
Scotty H
  • 305
  • 1
  • 3
  • 9
6
votes
2 answers

Microsoft Azure Backup - Where are the Logs?

We are using Microsoft Azure Backup to backup our server. Our backup is passing on 4 out of 5 drives, but consistently failing on the one. All that the Microsoft Azure GUI agent tells me though is that it failed. Where can I find the logs to further…
Scotty H
  • 305
  • 1
  • 3
  • 9
6
votes
1 answer

Error adding child Active Directory domain to existing forest

I'm building a test environment containing multiple Active Directory domains in the same forest, but I'm having strange issues while trying to add a child domain to the forest root domain. All servers are Windows Server 2012 R2 VMs running on the…
Massimo
  • 70,200
  • 57
  • 200
  • 323
6
votes
2 answers

Can I run virtualbox 64bit OS in a Azure Virtual Machine?

I installed VirtualBox 4.3.2 in my Azure Virtual Machine, but I can't open a 64 bit VM (Windows Server 2012 R2 64bit). Virtualbox send a message about not having vt-x support Can I configure my Azure VM somehow?
Rodrigo Juarez
  • 163
  • 1
  • 1
  • 5