Trending questions in Azure

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
+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,679 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,496 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,326 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,702 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,146 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,157 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
4,981 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,176 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,319 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
6,974 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,649 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,870 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,865 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,249 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,363 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,150 views
0 votes
1 answer

How can I use “Azure File Storage” with Web App Service?

If you're looking for mapping a drive ...READ MORE

Aug 11, 2018 in Azure by null_void
• 3,220 points
3,942 views
0 votes
1 answer

Can we have a custom login page for Azure Active Directory?

Hey there! Feel Lucky. Custom company branding is ...READ MORE

Aug 9, 2018 in Azure by null_void
• 3,220 points
3,664 views
0 votes
2 answers

Adding Cache-Control and Expires headers to Azure Storage Blobs

Here's an updated version of the previous ...READ MORE

Aug 7, 2018 in Azure by null_void
• 3,220 points
3,670 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,533 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

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,825 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
361 views
0 votes
1 answer

SQLite on Azure

You can use SQLite with Azure Websites. Keep ...READ MORE

Jul 12, 2018 in Azure by Mrunal
• 680 points
4,578 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,411 views
0 votes
1 answer

Azure KeyVault Active Directory AcquireTokenAsync timeout when called asynchronously

Problem: deadlock Your EncryptionProvider() is calling GetAwaiter().GetResult(). This blocks the thread, ...READ MORE

Aug 24, 2018 in Azure by club_seesharp
• 3,450 points
2,387 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,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,019 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,788 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
0 votes
1 answer

How to perform dependency injection using Azure WebJobs SDK?

Azure WebJobs SDK now supports instance methods. ...READ MORE

Aug 23, 2018 in Azure by club_seesharp
• 3,450 points
2,081 views
0 votes
1 answer

How to Unzip file uploaded to Azure Websites?

One way is to upload the command ...READ MORE

Aug 14, 2018 in Azure by null_void
• 3,220 points
2,426 views
0 votes
1 answer

Is it possible to enable CORS using NancyFX?

Its possible to do this in the ...READ MORE

Aug 24, 2018 in Azure by null_void
• 3,220 points
1,901 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
422 views
+1 vote
2 answers

Getting an App pool timeout for azure web sites

Windows Azure Web Sites supports two modes, ...READ MORE

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

Error: The subscription is not registered to use namespace 'Microsoft.DataFactory

In Azure, for each functionality there's a ...READ MORE

Aug 24, 2018 in Azure by null_void
• 3,220 points
1,324 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,911 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
651 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,167 views
0 votes
1 answer

How to determine the number of messages in an Azure Services Bus Queue?

You will get error when you try ...READ MORE

Jun 12, 2018 in Azure by null_void
• 3,220 points
4,146 views
0 votes
1 answer

Error: Install-Module : The term 'Install-Module' is not recognized as the name of a cmdlet

Since you are using the lower version ...READ MORE

Jun 20, 2018 in Azure by null_void
• 3,220 points
3,634 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,336 views
0 votes
1 answer

Can we have more than one Public IP in Azure?

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

Aug 23, 2018 in Azure by null_void
• 3,220 points
513 views
0 votes
1 answer

Why as a co-administrator of a subscription am I unable to edit the Active Directory?

The answer was that I needed to ...READ MORE

Aug 23, 2018 in Azure by null_void
• 3,220 points
426 views
0 votes
1 answer

How can i upload to Azure Blob storage with Shared Access key?

For GetBlobReferenceFromServer to work, the blob must be present ...READ MORE

Jun 12, 2018 in Azure by club_seesharp
• 3,450 points
3,340 views
+1 vote
1 answer

How to copy Azure SQL database to a local development server?

Actually, there are multiple ways to do ...READ MORE

Jul 9, 2018 in Azure by null_void
• 3,220 points
2,360 views
0 votes
1 answer

Error: OAuth integration with O365 fails with error AADSTS65005

By default, a registered app is configured ...READ MORE

Aug 10, 2018 in Azure by club_seesharp
• 3,450 points
627 views
0 votes
1 answer

What is the best "Web API Authentication" practice?

Talking about the best practice, consider the ...READ MORE

Aug 7, 2018 in Azure by null_void
• 3,220 points
536 views
0 votes
1 answer

How to identify a deadlock in SQL Azure?

Monitoring of SQL Azure is more limited ...READ MORE

Jun 19, 2018 in Azure by club_seesharp
• 3,450 points
2,292 views