Most voted questions in Azure

0 votes
1 answer

How to serialize and de-serialize a PFX certificate in Azure Key Vault?

Here's a PowerShell script for you. Replace ...READ MORE

Sep 24, 2018 in Azure by club_seesharp
• 3,450 points
1,541 views
0 votes
1 answer

Cannot delete blob: There is currently a lease on the blob and no lease ID was specified in the request

Alternatively, you can just kill the lease ...READ MORE

Sep 24, 2018 in Azure by club_seesharp
• 3,450 points
2,897 views
0 votes
1 answer

How to import Azure SQL backup (.bacpac) to LocalDB using Visual Studio?

If you have this folder on your ...READ MORE

Sep 24, 2018 in Azure by null_void
• 3,220 points
2,175 views
0 votes
1 answer

How do you wait on a Task Scheduler task to finish in a batch file or C#?

From batch file, query the task status, ...READ MORE

Sep 24, 2018 in Azure by club_seesharp
• 3,450 points
2,393 views
0 votes
1 answer

Stream uploaded file to Azure blob storage with Node

Using Multiparty(npm install multiparty), a fork of ...READ MORE

Sep 24, 2018 in Azure by club_seesharp
• 3,450 points
7,316 views
0 votes
1 answer

Azure ASP .net WebApp The request timed out

"230 seconds". That's it. That's the in-flight ...READ MORE

Sep 24, 2018 in Azure by null_void
• 3,220 points
9,122 views
0 votes
1 answer

How to perfom "switching config" in Azure Websites Application Insights?

There was a new blog post about ...READ MORE

Sep 24, 2018 in Azure by club_seesharp
• 3,450 points
429 views
0 votes
1 answer

Azure Service Fabric vs Azure Container Services

Beside the link you pasted for "Choosing ...READ MORE

Sep 24, 2018 in Azure by null_void
• 3,220 points

edited Oct 7, 2021 by Sarfaraz 1,032 views
0 votes
1 answer

What Constitutes a Compute Hour or Cost/Hour?

An hour counts as the time your ...READ MORE

Sep 3, 2018 in Azure by null_void
• 3,220 points
662 views
0 votes
2 answers

How to deploy a simple static micro site on Microsoft Azure?

Create an Azure Storage account ("hot file" ...READ MORE

Jun 4, 2020 in Azure by René
1,147 views
0 votes
1 answer

Azure event hubs and multiple consumer groups

TLDR: Looks reasonable, just make two Consumer ...READ MORE

Aug 24, 2018 in Azure by club_seesharp
• 3,450 points
5,010 views
0 votes
1 answer

Is it possible to enable CORS using NancyFX?

Its possible to do this in the ...READ MORE

Aug 24, 2018 in Azure by null_void
• 3,220 points
1,914 views
0 votes
1 answer

Azure KeyVault Active Directory AcquireTokenAsync timeout when called asynchronously

Problem: deadlock Your EncryptionProvider() is calling GetAwaiter().GetResult(). This blocks the thread, ...READ MORE

Aug 24, 2018 in Azure by club_seesharp
• 3,450 points
2,429 views
0 votes
1 answer

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

In Azure, for each functionality there's a ...READ MORE

Aug 24, 2018 in Azure by null_void
• 3,220 points
1,336 views
0 votes
1 answer

The user or administrator has not consented to use the application-Send interactive authorization request

An admin must consent to the permissions. ...READ MORE

Aug 24, 2018 in Azure by club_seesharp
• 3,450 points
7,926 views
0 votes
1 answer

How to perform dependency injection using Azure WebJobs SDK?

Azure WebJobs SDK now supports instance methods. ...READ MORE

Aug 23, 2018 in Azure by club_seesharp
• 3,450 points
2,098 views
0 votes
1 answer

Can we have more than one Public IP in Azure?

It appears you can now have multiple ...READ MORE

Aug 23, 2018 in Azure by null_void
• 3,220 points
526 views
0 votes
1 answer

Why as a co-administrator of a subscription am I unable to edit the Active Directory?

The answer was that I needed to ...READ MORE

Aug 23, 2018 in Azure by null_void
• 3,220 points
440 views
0 votes
1 answer

How to Unzip file uploaded to Azure Websites?

One way is to upload the command ...READ MORE

Aug 14, 2018 in Azure by null_void
• 3,220 points
2,440 views
0 votes
1 answer

How can we load a list of Azure blob files recursively?

Actually, there's a simpler way to do ...READ MORE

Aug 14, 2018 in Azure by null_void
• 3,220 points
18,683 views
0 votes
1 answer

How can I use “Azure File Storage” with Web App Service?

If you're looking for mapping a drive ...READ MORE

Aug 11, 2018 in Azure by null_void
• 3,220 points
3,957 views
0 votes
1 answer

How to configure kubectl command to access remote kubernetes cluster on azure?

Found a way to access remote kubernetes ...READ MORE

Aug 11, 2018 in Azure by club_seesharp
• 3,450 points
9,682 views
0 votes
1 answer

How to add Azure Virtual machine to an existing availability set?

You cannot associate an Availability Set to an existing ...READ MORE

Aug 10, 2018 in Azure by null_void
• 3,220 points
7,593 views
0 votes
1 answer

Error: OAuth integration with O365 fails with error AADSTS65005

By default, a registered app is configured ...READ MORE

Aug 10, 2018 in Azure by club_seesharp
• 3,450 points
639 views
0 votes
1 answer

How can we connect Azure Web App to an Azure SQL Database?

Its easy now! Go to your Azure SQL ...READ MORE

Aug 9, 2018 in Azure by club_seesharp
• 3,450 points
6,505 views
0 votes
1 answer

Can we have a custom login page for Azure Active Directory?

Hey there! Feel Lucky. Custom company branding is ...READ MORE

Aug 9, 2018 in Azure by null_void
• 3,220 points
3,694 views
0 votes
2 answers

Adding Cache-Control and Expires headers to Azure Storage Blobs

Here's an updated version of the previous ...READ MORE

Aug 7, 2018 in Azure by null_void
• 3,220 points
3,689 views
0 votes
1 answer

What is the best "Web API Authentication" practice?

Talking about the best practice, consider the ...READ MORE

Aug 7, 2018 in Azure by null_void
• 3,220 points
555 views
0 votes
1 answer

How to set content-type of media files stored on blob?

You can use the below way: var storageAccount ...READ MORE

Jul 26, 2018 in Azure by null_void
• 3,220 points
6,202 views
0 votes
1 answer

SQLite on Azure

You can use SQLite with Azure Websites. Keep ...READ MORE

Jul 12, 2018 in Azure by Mrunal
• 680 points
4,607 views
0 votes
1 answer

Where can I get the AzureWebJobsDashboard connection string information?

The AzureWebJobsDashboard connection string is your Azure ...READ MORE

Jul 9, 2018 in Azure by null_void
• 3,220 points
4,862 views
0 votes
1 answer

How to choose between Azure Webjobs and Azure Functions?

There are a couple options here within ...READ MORE

Jul 9, 2018 in Azure by club_seesharp
• 3,450 points
6,676 views
0 votes
2 answers

How to restore SQL Server .bak file to Azure SQL Database?

To restore SQL Server .bak file you ...READ MORE

May 28, 2019 in Azure by sherry
• 140 points
32,943 views
0 votes
1 answer

Any simple way to add a Reserved IP address to an existing VM?

At Build 2015 they announced this is ...READ MORE

Jul 4, 2018 in Azure by null_void
• 3,220 points
531 views
0 votes
1 answer

How to get the list of names of Azure blob files in a container?

We can get some additional info like Size, ...READ MORE

Jun 27, 2018 in Azure by club_seesharp
• 3,450 points
20,983 views
0 votes
1 answer

Is it possible to write to file system on Azure Website?

Yes you can. It is possible to ...READ MORE

Jun 27, 2018 in Azure by null_void
• 3,220 points
1,314 views
0 votes
1 answer

The model backing the '--Context' context has changed since the database was created - but db is new production database

Hey, I came across the same error in ...READ MORE

Jun 26, 2018 in Azure by club_seesharp
• 3,450 points
1,865 views
0 votes
1 answer

How can I copy SQL Azure database to a local development server?

There are certain ways to do this: Using SSIS ...READ MORE

Jun 26, 2018 in Azure by null_void
• 3,220 points
976 views
0 votes
1 answer

Azure Blob: How to open a file in browser without downloading it?

First, because I was using a byte[] the controller ...READ MORE

Jun 20, 2018 in Azure by club_seesharp
• 3,450 points
23,345 views
0 votes
1 answer

Error: Install-Module : The term 'Install-Module' is not recognized as the name of a cmdlet

Since you are using the lower version ...READ MORE

Jun 20, 2018 in Azure by null_void
• 3,220 points
3,651 views
0 votes
1 answer

How to identify a deadlock in SQL Azure?

Monitoring of SQL Azure is more limited ...READ MORE

Jun 19, 2018 in Azure by club_seesharp
• 3,450 points
2,316 views
0 votes
1 answer

How to schedule a WebJob?

When using the Azure WebJobs SDK you ...READ MORE

Jun 19, 2018 in Azure by null_void
• 3,220 points
2,068 views
0 votes
2 answers

How to process a file using Azure Function?

You don't really need a http trigger ...READ MORE

Jun 18, 2018 in Azure by club_seesharp
• 3,450 points
6,896 views
0 votes
1 answer

Web Role always busy and not starting?

In most of the situation when a ...READ MORE

Jun 18, 2018 in Azure by null_void
• 3,220 points
569 views
0 votes
1 answer

How can we rewrite an URL in Azure Webapp?

You need to create a web.config file ...READ MORE

Jun 14, 2018 in Azure by null_void
• 3,220 points
8,205 views
0 votes
1 answer

Can we track progress of async file upload to azure storage?

Actually it's not possible because uploading file is ...READ MORE

Jun 14, 2018 in Azure by club_seesharp
• 3,450 points
5,467 views
0 votes
1 answer

How to add an App Settings to existing Azure Web Application using Azure Power Shell?

The example is for slot-specific settings, if ...READ MORE

Jun 13, 2018 in Azure by club_seesharp
• 3,450 points
1,245 views
0 votes
1 answer

How to choose between Azure App Service and Azure Service Fabric?

Microsoft has created the document with a comparison for ...READ MORE

Jun 13, 2018 in Azure by null_void
• 3,220 points
2,138 views
0 votes
1 answer

How can i upload to Azure Blob storage with Shared Access key?

For GetBlobReferenceFromServer to work, the blob must be present ...READ MORE

Jun 12, 2018 in Azure by club_seesharp
• 3,450 points
3,368 views
0 votes
1 answer

How to determine the number of messages in an Azure Services Bus Queue?

You will get error when you try ...READ MORE

Jun 12, 2018 in Azure by null_void
• 3,220 points
4,180 views