Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Update Web Apps Hostname Bindings Internal Server Error
We purchased a domain for our app service thru azure and we are getting a generic failure on the deployment of it. We received this error on the last step of the deployment, which was using the default template with no edits. Is there anything in particular to adjust? The target location is "West US 3".
{
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details": [
{
"code": "InternalServerError",
"message": "There was an unexpected InternalServerError. Please try again later. x-ms-correlation-request-id: c56c3b23-c620-4067-83bf-ff7ba8825486"
}
]
}