@Babychen Daisy, Dona It seems like there is an issue with the request you are sending to Azure. The error message "Status=400 Code="BadRequest"" indicates that the request is not properly formatted or missing required parameters.
Since the error is occurring only in the Azure release pipeline, it could be related to the pipeline configuration or the environment variables.
To troubleshoot this issue, you can try the following steps:
- Check the pipeline configuration and ensure that all the required parameters are properly set.
- Verify that the Azure App Service is authorized to access the resources required by the pipeline.
- Check the logs for any additional error messages or warnings that might provide more information about the issue.
- Try running the same command from the Azure CLI or Azure Portal to see if the issue is specific to the pipeline.
If you are still unable to resolve the issue, please provide more information about the pipeline configuration and the resources you are trying to deploy.