A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation
To enable Basic authentication for your web app in Azure App Service, follow these steps:
- Access the Azure Portal: Go to the Azure portal and navigate to your App Service.
- Enable Basic Authentication:
- Go to Settings > Configuration > General settings.
- Find the SCM Basic Auth Publishing Credentials option and set it to On.
- Download the Publish Profile: Once Basic authentication is enabled, you should be able to download the publish profile without encountering the error.
If Basic authentication is disabled, you will not be able to download the publish profile, so ensure that the setting is correctly configured. If you continue to face issues, check that there are no other settings or configurations that might be interfering with the authentication process.
References: