Most voted questions in Azure

0 votes
1 answer

Getting an error when trying to authenticate using REST API Dynamics CRM with Azure AD.

Dynamics 365 has started to support Server-to-Server ...READ MORE

Apr 25, 2019 in Azure by Prerna
• 1,960 points
2,205 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,856 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,635 views
0 votes
8 answers

Exam Dumps Required

Hi Naveed, You can get the Exam Dumps ...READ MORE

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

Chrome's default HTML5 player is not working when video is uploaded to Azure Storage.

I don't know much about Windows Storage, ...READ MORE

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

Azure website on Entity framework connection string not being picked up.

Try to leave the connection string in ...READ MORE

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

Can I use .NET's HttpClient to hit an Azure Mobile service?

Yes, you can do this by adding ...READ MORE

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

Is it possible to reference a c# class library in an Azure Function visual studio project?

This is possible by using the new ...READ MORE

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

Quering all the rows in Azure table Storage.

Refer the following code: var acc = new ...READ MORE

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

How do point my domain name to an Azure Website?

It is possible to have a CNAME directed ...READ MORE

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

PUT requests not enabled in Azure.

You can try adding the following web.config in the system.webServer element: <handlers> ...READ MORE

Apr 11, 2019 in Azure by Prerna
• 1,960 points
1,074 views
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
653 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
437 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,280 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,476 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,282 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,108 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,888 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
458 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
461 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,603 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,492 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,018 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,001 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
881 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,526 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
741 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,685 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
433 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,531 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,625 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,031 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
733 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,020 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,244 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,686 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,252 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,405 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,356 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 807 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
908 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
451 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,347 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,605 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,659 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,231 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,226 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,476 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,033 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 931 views