Most voted questions in Azure

0 votes
1 answer

Not being able to get user consent - OAuth2 with AzureAD

The problem you are running in to ...READ MORE

Jun 8, 2018 in Azure by cloudie_crank
• 1,610 points
1,841 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,233 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,339 views
0 votes
1 answer

Are Docker and Azure Service Fabric both the same?

It's confusing since Docker (the company) is ...READ MORE

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

Can I use more than one Public IP for a VM?

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

May 30, 2018 in Azure by null_void
• 3,220 points
419 views
0 votes
2 answers

Best practices to handle Azure connection strings

You can use CloudConfigurationManager in Azure SDK ...READ MORE

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

Is there a way to get ERROR details on Azure website?

You have two options: First, you can turn ...READ MORE

May 25, 2018 in Azure by club_seesharp
• 3,450 points
2,398 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,742 views
0 votes
2 answers

How can I view the deployed files in Azure?

In Visual Studio, in the window "Server ...READ MORE

Aug 21, 2018 in Azure by Priyaj
• 58,090 points
4,459 views
0 votes
1 answer

How can I replicate an Azure Virtual Machine?

To create a managed image of a ...READ MORE

May 23, 2018 in Azure by club_seesharp
• 3,450 points
530 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,019 views
0 votes
2 answers

Email hosting for Azure Websites - Custom Domain Live

Your cheapest option is to have one ...READ MORE

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

Changed Azure Subscription

If you upgraded the existing free account ...READ MORE

May 22, 2018 in Azure by club_seesharp
• 3,450 points
488 views
0 votes
1 answer

How can I remove/hide/disable excessive HTTP response headers in Azure/IIS7 without having to use UrlScan?

MSDN published an article on how to ...READ MORE

May 22, 2018 in Azure by club_seesharp
• 3,450 points
3,462 views
0 votes
1 answer

Where is the storage account name and access keys on the portal?

In the image under the connection string ...READ MORE

May 22, 2018 in Azure by null_void
• 3,220 points
495 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,698 views
0 votes
1 answer

How can I reset password of my DB?

One best way to do so is ...READ MORE

May 14, 2018 in Azure by null_void
• 3,220 points
667 views
0 votes
1 answer

How different is Web job from Worker role?

Some of the basic yet valid differences ...READ MORE

May 11, 2018 in Azure by club_seesharp
• 3,450 points
1,123 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,282 views
0 votes
1 answer

How can I change my Resource Group name?

As a matter of fact, Azure simply ...READ MORE

May 9, 2018 in Azure by null_void
• 3,220 points
1,011 views
0 votes
1 answer

Is there a logical difference between WebApp and API app in Azure?

Basically there was only minute differences between ...READ MORE

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

I am getting a network related error saying "cannot connect to a server". need help here.

Actually i got the same error, it ...READ MORE

Apr 27, 2018 in Azure by null_void
• 3,220 points
774 views
0 votes
4 answers

How can I rename a SQL Azure database?

This command serves the purpose ALTER DATABASE [oldname] ...READ MORE

Nov 30, 2018 in Azure by Abhinav
1,970 views
0 votes
1 answer

How to upload a file on to Azure Blob storage without writing a code?

You can find the below tools useful ...READ MORE

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

Why would you choose Blob Storage over File Storage which also has ability to store file(s) and folder(s)

Azure Files: Azure File storage provides shared ...READ MORE

Apr 13, 2018 in Azure by null_void
• 3,220 points

edited Apr 13, 2018 by null_void 1,338 views