Most viewed questions in Azure

0 votes
1 answer

How to create table in Azure SQL Database?

Creating tables in Azure SQL Database: In Object Explorer, ...READ MORE

Jan 22, 2020 in Azure by Sirajul
• 59,230 points
33,998 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

Azure has 3 different types of storage accounts. Is there any major difference between them?

Azure Storage provides three types of storage ...READ MORE

Mar 4, 2019 in Azure by Prerna
• 1,960 points
25,722 views
0 votes
1 answer

How to connect to Azure windows VM?

You'll use the Connect button in the Azure portal ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
25,200 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
+1 vote
1 answer

How to backup Azure SQL Database?

In Azure SQL Database, you can configure ...READ MORE

Jan 22, 2020 in Azure by Sirajul
• 59,230 points
22,865 views
0 votes
2 answers

I am getting "Insufficient Privileges" error when trying to access Azure Graph APIs.

I had the same issue before, and ...READ MORE

Sep 17, 2019 in Azure by Ju Cheh
22,438 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

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,682 views
+1 vote
10 answers

How can the NuGet packages be used in Azure Functions?

Yes! Although the Azure Functions portal does ...READ MORE

Jun 8, 2018 in Azure by club_seesharp
• 3,450 points
16,192 views
0 votes
1 answer

How to get blob-URL after file upload in azure?

Assuming you're uploading the blobs into blob ...READ MORE

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

How can I download a .vhd image to my local machine from azure and upload the same to a different azure account?

From the Windows Azure Portal you can ...READ MORE

Aug 20, 2018 in Azure by Priyaj
• 58,090 points
13,691 views
0 votes
1 answer

Add role assignment option is disabled while trying to assign a role to a user using portal.

If you don't have permissions to assign ...READ MORE

Dec 27, 2019 in Azure by Sirajul
• 59,230 points
13,559 views
0 votes
2 answers

How can I add database connection string to Azure Functions?

The best way to do this is ...READ MORE

Aug 17, 2018 in Azure by Priyaj
• 58,090 points
13,323 views
0 votes
1 answer

How do I delete an azure account? What's the Procedure for cancelling azure subscription?

You can cancel your Azure subscription in ...READ MORE

Jan 13, 2020 in Azure by Sirajul
• 59,230 points
12,995 views
0 votes
1 answer

How to query between databases in SQL Azure Database Server?

SQL Azure supports cross database queries: https://azure.microsoft.com/en-us/blog/querying-remote-databases-in-azure-sql-db/ Hope this ...READ MORE

Apr 9, 2019 in Azure by Prerna
• 1,960 points
12,342 views
0 votes
1 answer

How to create a sub directory in a blob container?

There are two ways:  using the GetDirectoryReference looping through a containers ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
12,070 views
0 votes
1 answer

How to install Azure CLI with yum?

Hi@akhtar, For Linux distributions with yum such as RHEL, Fedora, ...READ MORE

Nov 13, 2020 in Azure by MD
• 95,440 points
10,825 views
+1 vote
1 answer

Can I rename a Azure Storage Blob?

Though the approach I'm about to share ...READ MORE

May 11, 2018 in Azure by club_seesharp
• 3,450 points
10,398 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

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

Can't create a new resource group using Azure portal despite of having owner role assigned.

It is a by design behavior because ...READ MORE

Dec 27, 2019 in Azure by Sirajul
• 59,230 points
9,057 views
0 votes
1 answer

How to set a directory level inactivity timeout for the azure portal?

If you’re an admin, and you want ...READ MORE

Dec 26, 2019 in Azure by Sirajul
• 59,230 points
8,712 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

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,925 views
+1 vote
3 answers

Where to find the Microsoft.IdentityModel dll?

Include Microsoft.IdentityModel.Extensions for WIF runtime support by following the following ...READ MORE

Oct 23, 2018 in Azure by Progbaaa
7,760 views
0 votes
2 answers

How can I enable Ping(ICMP) on Azure?

I had a similar problem. Needed to ...READ MORE

Aug 17, 2018 in Azure by Priyaj
• 58,090 points
7,733 views
+1 vote
1 answer

Can I have a shared drive between Azure Virtual Machines?

In Azure Resource Manager "Storage Account" you ...READ MORE

Jul 26, 2018 in Azure by cloudie_crank
• 1,610 points
7,678 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

How to get the Azure table Row count?

Unfortunately there's no other way to do ...READ MORE

Sep 25, 2018 in Azure by null_void
• 3,220 points
7,326 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,315 views
0 votes
2 answers

Reading PDF file from Azure blob storage

For pdf reading and manipulating Itextsharp libraby is fine. For ...READ MORE

Aug 17, 2018 in Azure by Priyaj
• 58,090 points
7,212 views
0 votes
2 answers

In Azure powershell Select-AzureSubscription command fetching error: the subscription name doesn't exist

The problem you're having is that the ...READ MORE

Aug 16, 2018 in Azure by Priyaj
• 58,090 points
7,008 views
0 votes
1 answer

How to upload files to azure?

To access Azure Storage, you'll need an ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
6,943 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

How do I stream videos from Azure Blob Storage?

What you are missing is a Shared Access ...READ MORE

Apr 25, 2019 in Azure by Prerna
• 1,960 points
6,878 views
0 votes
1 answer

How to download a file from Blob Storage to the browser?

If you use ASP.NET (core), you can ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
6,724 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
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
2 answers

Can I Login without prompt in Azure?

You can use -Credential parameter, and DPAPI to login. First, ...READ MORE

Aug 17, 2018 in Azure by Priyaj
• 58,090 points
6,275 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
2 answers

What is integration runtime in azure data factory?

IR is like act as brige between ...READ MORE

Feb 22, 2020 in Azure by yahya sharif
5,892 views
+1 vote
1 answer

How to move an Azure VM image to another resource group?

You can move a VM and its ...READ MORE

Jan 23, 2020 in Azure by Sirajul
• 59,230 points
5,676 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

I have trouble signing in into Azure DevOps. (401 Error)

The most common error page is the 401 ...READ MORE

Jan 2, 2020 in Azure by Sirajul
• 59,230 points
5,246 views
0 votes
1 answer

How to enable full WebJob logs in Azure?

The way to enable full (continuous) WebJobs ...READ MORE

Sep 24, 2018 in Azure by null_void
• 3,220 points
5,081 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

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

What is Azure SDK?

The Azure SDKs are collections of libraries ...READ MORE

Jan 22, 2020 in Azure by Sirajul
• 59,230 points

edited Jun 21, 2023 by Khan Sarfaraz 4,698 views
0 votes
1 answer

Can I use an appsettings.json file in Azure Functions?

Only environment variables are supported for app ...READ MORE

Apr 24, 2019 in Azure by Prerna
• 1,960 points
4,658 views