Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure]

Microsoft Azure is a Platform as a Service and Infrastructure as a Service cloud computing platform. Use this tag for programming questions concerning Azure. General server help can be obtained at Super User or Server Fault.

246 votes
10 answers
56k views

What is the difference between an Azure Web Site and an Azure Web Role

What are the material differences between the new Azure Web Sites and the traditional Azure Web Roles for an ASP.NET MVC application? What reason would I choose a "web site" over a "web role" or vice ...
Erv Walter's user avatar
  • 13.8k
130 votes
5 answers
77k views

How can I use NuGet packages in my Azure Functions?

Using Azure Functions, can I reference and use NuGet packages in my C# function?
Fabio Cavalcante's user avatar
59 votes
5 answers
29k views

Bot Framework without Azure possible?

If i'm building a bot with the Microsoft Bot Framework, do i need to deploy my bot to Azure in order to register my bot HERE in order to configure the channels for the bot? Or can i simply deploy my ...
Reaper's user avatar
  • 760
88 votes
29 answers
257k views

AzureStorage Blob Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature

I'm trying to upload a image in Windows Azure Blob and I'm geting the following error which I can't handle. Server failed to authenticate the request. Make sure the value of Authorization header is ...
Fábio Henrique's user avatar
46 votes
8 answers
30k views

Authorize By Group in Azure Active Directory B2C

I am trying to figure out how to authorize using groups in Azure Active Directory B2C. I can Authorize via User, for example: [Authorize(Users="Bill")] However, this is not very effective and I see ...
Green_qaue's user avatar
  • 3,613
48 votes
4 answers
144k views

How to validate Azure AD security token?

The following code gives me Azure AD security token, I need to validate that token is valid or not. How to achieve this? // Get OAuth token using client credentials string tenantName = "mytest....
Neo's user avatar
  • 16k
16 votes
3 answers
3k views

How can I delete a leased blob in Microsoft Azure storage

I created a virtual machine in Azure and then deleted it. However, the associated storage account still exists. I can't delete the storage account because it contains a container with a blob in it ...
duggulous's user avatar
  • 2,627
96 votes
8 answers
151k views

How and where to define an environment variable on Azure

I have an ASP.NET MVC web application deployed to Azure. I'm reading my setting using the GetEnvironmentVariable(...) method. The problem is that I can't find a way to define this environment ...
Jaroslaw Stadnicki's user avatar
72 votes
20 answers
223k views

How to debug "You do not have permission to view this directory or page"? [closed]

After I published an ASP.NET Core app to Azure from Visual Studio 2017 I am getting this message when I click on the app url: It was working fine before. Is there a way to figure out what's wrong ...
Adam's user avatar
  • 836
60 votes
4 answers
20k views

Generating reset password token does not work in Azure Website

I am implementing reset password functionality on my site by using the in-built UserManager class that comes with ASP.NET 5. Everything works fine in my dev environment. However, once I try it in the ...
Andrew's user avatar
  • 11.2k
38 votes
3 answers
72k views

Azure Shared Access Signature - Signature did not match

I'm getting this error: <Error> <Code>AuthenticationFailed</Code> <Message> Server failed to authenticate the request. Make sure the value of Authorization header is formed ...
wallismark's user avatar
  • 1,816
11 votes
5 answers
17k views

Bootstrap icons are loaded locally but not when online

Basically I got the following HTML: <button class="disabled btn-primary btn" type="submit" disabled=""> <i class="glyphicon glyphicon-ban-circle"></i> Log in </button> ...
Jordan Axe's user avatar
  • 3,903
299 votes
23 answers
306k views

Could not load file or assembly "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

I've copied my project to a clean Windows 10 machine with only Visual Studio 2015 Community and SQL Server 2016 Express installed. There are no other framework versions installed apart from those ...
Ivan-Mark Debono's user avatar
163 votes
14 answers
236k views

Microsoft Azure: How to create sub directory in a blob container

How to create a sub directory in a blob container for example, in my blob container http://veda.blob.core.windows.net/document/ If I store some files it will be http://veda.blob.core.windows.net/...
veda's user avatar
  • 6,514
87 votes
3 answers
32k views

Where do you set and access run-time configuration parameters per environment for service fabric?

For two environments, local and cloud, how would I set up custom settings or parameters for resources such as Sql databases, storage accounts, etc... Ideally it would be one parameter name called in ...
StampyTurtle's user avatar
  • 2,727

15 30 50 per page
1
2 3 4 5
861