There doesn't appear to be a way to make the deployment asynchronous. For deployment of SQL Managed Instances, which can take up to 4 hours, this doesn't work. We run into github action timeouits. This will force us to use hybrid runners, or I guess use the azure cli directly to deploy the bicep file.
Can you look into adding a nowait parameter to bvicep-deploy?
There doesn't appear to be a way to make the deployment asynchronous. For deployment of SQL Managed Instances, which can take up to 4 hours, this doesn't work. We run into github action timeouits. This will force us to use hybrid runners, or I guess use the azure cli directly to deploy the bicep file.
Can you look into adding a nowait parameter to bvicep-deploy?