Latest questions in Azure

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,475 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,397 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,739 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,455 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,016 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,192 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
485 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,459 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,696 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
664 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,406 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,276 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,010 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
934 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
773 views
+1 vote
2 answers

Not able to ping AWS EC2 Instance

The custom ICMP rule in the security ...READ MORE

Apr 17, 2018 in Azure by Cloud gunner
• 4,670 points
3,357 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,961 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,284 views
+1 vote
2 answers

How do I establish an connection to Azure IoT Hub? Say a connection like MQTT/AMQP using Python.

Azure IoT Hub comes with 3 SDK's: Service SDK Device ...READ MORE

Apr 13, 2018 in Azure by null_void
• 3,220 points
1,926 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
+1 vote
4 answers

How do Connect to Azure website via FTP?

First set up your FTP credentials are ...READ MORE

Oct 23, 2018 in Azure by abc
3,833 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,772 views