Questions tagged [azure-deployment-slots]
167 questions
-1
votes
2 answers
Authorizing an Azure REST API Request
I am trying to write a local console application which will swap an Azure Web App slot using the Azure REST API. Using the following code I get a 401 (Unauthorized) response:
public async Task Swap(string subscription, string resourceGroup, string…

SBFrancies
- 3,987
- 2
- 14
- 37