Hi,
i have an error when i try to publish a sample app to an azure web app when i follow your documentation deployment instructions.
On step 3 " If the URL of the application is https://my-blazor-app.azurewebsites.net enter my-blazor-app.". My URL looks like "myblazorapp.westeurope-01.azurewebsites.net", so i have to use "myblazorapp.westeurope-01", right?
The output error is:
"C:\radzen\BlazorWasmSqlazure\Server\obj\Release\net8.0\PubTmp\BlazorWasmSqlazure.Server-20250216003201626.zip" wird in "https://myblazorapp.westeurope-01.scm.azurewebsites.net/api/zipdeploy" veröffentlicht...
C:\Program Files\dotnet\sdk\9.0.200\Sdks\Microsoft.NET.Sdk.Publish\targets\PublishTargets\Microsoft.NET.Sdk.Publish.ZipDeploy.targets(58,5): error MSB4018: Unerwarteter Fehler bei der ZipDeploy-Aufgabe. [C:\radzen\BlazorWasmSqlazure\Server\BlazorWasmSqlazure.Server.csproj]"
Can you try updating the <PublishUrl> in your RBS pubxml file to https://myblazorapp.scm.westeurope-01.azurewebsites.net and see if deployment succeeds?