Unable to deploy to Azure App Service- error An error occurred while sending the request.
I have a new app service that we are trying to deploy.
Environment is Azure App Service Zip Push Deploy
We have checked settings and we have the correct creds.
Problem is the error does not indicate what is happening:
error message:
Deploying "Sprayme.Web.Spraying.zip" to "sprayme-sprayer-web-test-eminent" site...An error occurred while sending the request.
This is one of the newly created azure app service site with the unique default hostname feature - which was turned on by default
https://techcommunity.microsoft.com/t5/apps-on-azure-blog/public-preview-creating-web-app-with-a-unique-default-hostname/ba-p/4156353
The url for the new app service is:
https://sprayme-sprayer-web-test-eminent-aucjekh8bpb2dhag.southcentralus-01.azurewebsites.net/
notice the random letters -aucjekh8bpb2dhag
I have tried using
sprayme-sprayer-web-test-eminent
sprayme-sprayer-web-test-eminent-aucjekh8bpb2dhag
sprayme-sprayer-web-test-eminent-aucjekh8bpb2dhag.southcentralus-01
All to no avail - I get an instant error.
Any thoughts on what can be done for debugging? Also anyway to add more logs?
- appveyor-error.png 30.9 KB
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 17 Sep, 2024 08:55 PM
It's possible to put full site name into “App Service site name” field, exactly the same as found in downloaded publishing profile.
It should be in the format:
{site_name}-{random}.scm.{region}.azurewebsites.net
Let me know how that worked.
2 Posted by pochu on 17 Sep, 2024 11:36 PM
Feodor, Thanks that worked.
Support Staff 3 Posted by Feodor Fitsner on 18 Sep, 2024 04:10 AM
Great, thanks for the update!
Feodor Fitsner closed this discussion on 18 Sep, 2024 04:10 AM.