Latest questions in Azure

0 votes
1 answer

How to automatically install Application Initialization in Azure Web Role (SDK v1.8) ?

Follow these steps - Install the feature using ...READ MORE

Apr 11, 2019 in Azure by Prerna
• 1,960 points
666 views
0 votes
1 answer

Why are the role instances taking so long to start?

I had encountered this error when I tried to ...READ MORE

Apr 10, 2019 in Azure by Prerna
• 1,960 points
448 views
0 votes
1 answer

Access SQL Server on Azure VM via SQL Server Management Studio

Following these steps might help you: Add a ...READ MORE

Apr 10, 2019 in Azure by Prerna
• 1,960 points
1,290 views
0 votes
1 answer

Error in CGI application - process terminated.

To fix this error, you need to deploy to ...READ MORE

Apr 9, 2019 in Azure by Prerna
• 1,960 points
2,489 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 know the Azure backup frequency/retention range associated with Azure Backup Policy?

The following code snippet will provide you ...READ MORE

Apr 8, 2019 in Azure by Prerna
• 1,960 points
1,117 views
0 votes
0 answers

Create an empty folder in Azure Blob Storage

How do I create an empty folder ...READ MORE

Apr 8, 2019 in Azure by sabby
• 4,390 points
1,900 views
0 votes
1 answer

How to secure network traffic between an Azure website and Azure VM?

If you want to use networking and your own ...READ MORE

Apr 5, 2019 in Azure by Prerna
• 1,960 points
466 views
0 votes
1 answer

How to do Blue/Green Deployments on Azure ServiceFabric?

The thing is Service Fabric is all about ...READ MORE

Apr 5, 2019 in Azure by Prerna
• 1,960 points
518 views
0 votes
1 answer

Azure Notification Hub no longer accepting GCM API Key

Please read this: Firebase Cloud Messaging (FCM) is ...READ MORE

Apr 4, 2019 in Azure by Prerna
• 1,960 points
1,640 views
0 votes
1 answer

Application gateway error 502

You need to set up the health ...READ MORE

Apr 4, 2019 in Azure by Prerna
• 1,960 points
1,516 views
0 votes
1 answer

Azure App Service Plan: how do I pause it ?

If you want to use the S1 ...READ MORE

Apr 3, 2019 in Azure by Prerna
• 1,960 points

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

How to add a body to a HttpWebRequest that is being used with the Azure Service management API?

The following code should help: byte[] buf = ...READ MORE

Apr 3, 2019 in Azure by Prerna
• 1,960 points
2,040 views
0 votes
1 answer

I want to detect whether a request is being made over HTTPS or HTTP on Azure Websites.

It's looking like you can make use of ...READ MORE

Apr 2, 2019 in Azure by Prerna
• 1,960 points
889 views
0 votes
1 answer

SQL Azure Database: Unable to restore bacpac due to foreign key conflict.

Since tha bacpac file is not transactional, ...READ MORE

Apr 2, 2019 in Azure by Prerna
• 1,960 points
2,545 views
0 votes
2 answers

How to Retrieve and use a single value from Azure mobile services in Android using Java?

You don't need to create a custom ...READ MORE

Apr 1, 2019 in Azure by Prerna
• 1,960 points
775 views
0 votes
1 answer

Can I create an Azure Webjob that doesn't use Azure Storage and exposes functions to the dashboard?

You can take advantage of the WebJobs ...READ MORE

Apr 1, 2019 in Azure by Prerna
• 1,960 points
1,704 views
0 votes
1 answer

Trying to understand Load Balancing in Azure.

For your clarification - Azure DOES support load balancing in ...READ MORE

Mar 29, 2019 in Azure by Prerna
• 1,960 points
444 views
0 votes
1 answer

How to debug Azure 500 internal server error?

You can simply turn off custom error in ...READ MORE

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

How to set default Web page for a website on Microsoft Windows Azure?

This blog post should resolve your issue: http://blogs.msdn.com/b/cesardelatorre/archive/2010/07/22/how-to-set-a-default-page-to-a-windows-azure-web-role-app-silverlight-asp-net-etc.aspx Look ...READ MORE

Mar 27, 2019 in Azure by Prerna
• 1,960 points
2,647 views
0 votes
1 answer

Want to upload a blob file with huge size to azure in as little time as possible.

Microsoft Azure Storage Explorer is one of the ...READ MORE

Mar 27, 2019 in Azure by Prerna
• 1,960 points
1,086 views
0 votes
1 answer

Azure: Getting error in loading 'Microsoft.TeamFoundation.WorkItemTracking.Client.Cache'

The error is occurring because you are trying ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
744 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 pass object messages in Azure Queue Storage?

I already have a base class, so ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
3,261 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

Friendly filename when downloading Azure blob.

Azure blobs can be downloaded in four ...READ MORE

Mar 16, 2019 in Azure by Prerna
• 1,960 points
3,286 views
0 votes
1 answer

Azure Storage Emulator shows error.

This blog might help with your query: http://blog.smarx.com/posts/windows-azure-storage-emulator-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process Also, ...READ MORE

Mar 16, 2019 in Azure by Prerna
• 1,960 points
1,432 views
0 votes
1 answer

How to install Windows Azure Storage Emulator?

There may be an issue with the ...READ MORE

Mar 7, 2019 in Azure by Prerna
• 1,960 points
2,376 views
0 votes
2 answers

Which should i use for ASP.NET MVC Development: Windows Azure or Amazon EC2?

Both the cloud platforms have slightly varied ...READ MORE

Mar 7, 2019 in Azure by Prerna
• 1,960 points

reshown Mar 7, 2019 by Vardhan 823 views
0 votes
1 answer

How to calculate the used database space in SQL Azure?

I don't think its possible to find ...READ MORE

Mar 5, 2019 in Azure by Archana
• 5,640 points
925 views
0 votes
1 answer

Which is better: Azure Blob or Azure Table?

The best solution is blob storage with ...READ MORE

Mar 5, 2019 in Azure by Archana
• 5,640 points
457 views
0 votes
1 answer

How to check if multiple files exist in Azure container?

foreach loop is the most efficient way though. ...READ MORE

Mar 4, 2019 in Azure by Prerna
• 1,960 points
3,392 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

Error while connecting AWS EC2 instance via a browser

Even I was facing the same issue. ...READ MORE

Jan 11, 2019 in Azure by Archana
• 5,640 points
1,667 views
+2 votes
1 answer

Can we migrate our wordpress apps to Azure?

The answer is a definite yes yes. ...READ MORE

Oct 17, 2018 in Azure by hemant
• 5,790 points
368 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,298 views
+2 votes
2 answers

Access denied: Root login Ubuntu VM on Azure

I have the same issue. Any help? READ MORE

Sep 27, 2018 in Azure by anonymous
3,354 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,328 views
0 votes
1 answer

How to perform Full Text Search on SQL Azure?

Azure Search is a search-as-a-service solution that ...READ MORE

Sep 25, 2018 in Azure by null_void
• 3,220 points
1,494 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

error: The internal target platform type SqlAzureV12DatabaseSchemaProvider doesn't support schema file version '3.3'

Fix: To resolve, use the latest SSMS Preview (docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017) ...READ MORE

Sep 24, 2018 in Azure by club_seesharp
• 3,450 points

edited Sep 24, 2018 by club_seesharp 958 views
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,123 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
664 views