At the time of deployment of an app in Azure, the system asks for a password. The password used to login to the Azure portal should be entered.
A) True
B) False
B) False
When deploying an application in Azure, the system typically requires a service principal or managed identity credential, API key, or another method specific to your deployment setup for authentication and authorization, rather than the password used to log in to the Azure portal. Using separate credentials for deployments is a best practice for security reasons.
Answered By