I'm looking for a simple solution to Authenticate and use the WebSiteManagementClient
. The examples I've seen utilize an Azure AD Application to create the SubscriptionCloudCredentials
required. I would prefer to create the SubscriptionCloudCredentials
without the use of an AD Application.
If at all possible, I would prefer to just use the Web Deploy un/pw credentials found in the Publish Profile Settings XML (as I already have code that uses these to interact with the kudu api with basic auth)
I found this potential solution that instead uses a management certificate (more info). But again, if at all possible, I would prefer to just use the Web Deploy un/pw.
(I understand the management cert is at a subscription level, and the Web Deploy un/pw are at a App Service/WebSite instance level. I'm just stating what my desired solution would look like.)