Questions tagged [azureportal]

The Microsoft Azure portal is a central place where you can create, manage, and monitor your Azure resources.

The Microsoft Azure portal (https://portal.azure.com) is a central place where you can create, manage, and monitor your Azure resources.

752 questions
35
votes
7 answers

Azure Portal: Bad Request - Request Too Long

I just received the following error when I tried to run a built-in b2c edit policy from portal.azure.com. I have 2 tabs of the portal open. Why am I receiving this error? Bad Request - Request Too Long HTTP Error 400. The size of the request…
spottedmahn
  • 14,823
  • 13
  • 108
  • 178
31
votes
2 answers

azure application settings - how to add nested item

i have a appservice on azure that is running a .net core api. in my appsettings.json file i have a section something similar to : "Serilog": { "LevelSwitches": { "$controlSwitch": "Information" }, "MinimumLevel": { "ControlledBy":…
JimmyShoe
  • 2,009
  • 4
  • 21
  • 40
29
votes
6 answers

Change Azure virtual machine name in Azure portal

Can we change the name of an Azure Virtual Machine in the Azure portal? I am sure we cannot change it via portal, do we have any PowerShell cmdlet to change the virtual machine name?? Note: I am not referring to VM name inside the VM, but the name…
Manjunath Rao
  • 1,397
  • 4
  • 26
  • 42
27
votes
4 answers

Monitor free disk space on Azure VM

Is there some way how to monitor free disk space from the Azure Portal? I know that there are all kinds of diagnostics for I/O, memory, network, CPU, .NET, SQL, ASP.NET, IIS, etc. But is there some way to see how much free space there's on a disk…
Tom Pažourek
  • 9,582
  • 8
  • 66
  • 107
17
votes
3 answers

Azure Functions Portal error - The function runtime is unable to start

I have a VS 2017 C# developed Azure Function App deployed on the consumption plan using the VS 2017 Publish mechanism. All functions are timer or Service Bus triggered. I see a status of running in the Azure Portal and the functions appear to be…
15
votes
3 answers

How to create a shared access signature with a stored access policy for an Azure Blob container in Azure Portal?

I read about shared access signatures generated with stored access policies for Azure Storage from here. I also read how to create this shared access signature with stored access policies for Azure Storage using PowerShell here. However, I want to…
14
votes
2 answers

Private endpoint in Azure

I'm trying to create sql database with private endpoint (preview enabled). I'm getting following error: {"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please…
Dzior
  • 1,485
  • 1
  • 14
  • 30
14
votes
5 answers

How to clear a Cosmos DB database or delete all items using Azure portal

If go to https://portal.azure.com, open our Azure Cosmos DB account (1) --> Data Explorer (2) --> Click on users (3) --> Click on New SQL Query: Azure will open a text box to enter a Query: I've found that Cosmos DB does not allow the usage of…
chelder
  • 3,819
  • 6
  • 56
  • 90
14
votes
4 answers

Azure function app deploy and release pipeline error

I pushed my .net core function application using visual studio and now setting up release pipeline. I can publish and execute the application just fine and it works great on the Azure portal. However when I see the builds for releases in…
Sarah
  • 1,199
  • 2
  • 21
  • 42
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
12
votes
2 answers

Azure websites load takes very long time

Hello I have recently deployed one of my application on azure portal and it is running fine as well but the issue it takes 15 SECONDS TO LOAD for the first time when site load. After site load successfully once than it runs fine but as I open after…
3 rules
  • 1,359
  • 3
  • 26
  • 54
11
votes
4 answers

Is there a way to programmatically restart an azure function

I have an Azure function running on a timer every few minutes that after a varied amount of time of running will begin to fail every time it runs because of an external API and hitting the restart button manually in the azure portal fixes the…
Aurelius
  • 178
  • 1
  • 1
  • 14
10
votes
3 answers

Once deployed, how do I figure out whether an app service is Windows or Linux?

I have an app service, but I can't see anywhere on the Azure Portal that shows whether it is Linux or Windows. Where would I get this information?
Diskdrive
  • 18,107
  • 27
  • 101
  • 167
9
votes
3 answers

While creating new Azure Function App in what scenario do I select operating system other than Windows?

We created and tested several Azure Function Apps hosted at Windows. While creating new Azure Function App in what scenario do I select OS other than Windows? Meaning Linux or Docker. I created test instances for all three OS selection options and…
rudolf_franek
  • 1,795
  • 3
  • 28
  • 41
8
votes
1 answer

Azure DSC Extension: What is "Module-qualified Name of Configuration"

While setting up an Azure DSC Extension for a VM in the Azure Portal (ARM) we find the form below. What goes in the highlighted text-field, what module is it asking me to specify? The xPSDesiredStateConfiguration module? That didn't work and I…
AllTradesJack
  • 2,762
  • 5
  • 25
  • 36
1
2 3
50 51