Relative Content

Tag Archive for azureazure-devopssdk

How to set source control Azure App Service (WebApp) with Azure .SDK .NET

In Blazor, I have set up the creation of a Resource Group, Azure App Service, Hosting Plan, KeyVault…, using Azure SDK for .NET.
When creating the Azure App Service, I also want to deploy a web app along with its code, but I’m facing an issue.
The client is a registered app with permissions to create resources on the Azure portal. I’ve established a connection using ClientSecretCredential
and can create all resources on the Azure Portal without any issues.
However, I’m unable to add source control for the WebApp to enable deployment.