This points to issues during the remote build. I will recommennd the steps here:
- Ensure that the Azure Function App credentials (like the publish profile) are valid. Do an az login
- You could also check the Logs in Application Insights if configured for it.
- You can also try with zip deployment just to test:
az functionapp deployment source config-zip --resource-group <resource-group> --name <function-app-name> --src <zip-file-path>
**
You can mark it 'Accept Answer' and 'Upvote' if this helped you**
Regards,
Abiola