quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 17 forks source link

Fix build error #210

Closed majguo closed 2 months ago

majguo commented 2 months ago

Sometimes app config store is not available when trying to add kv pairs. The PR is to fix the issue by retrieving the connection string with retry-logic. It also makes sure the Azure resources are deleted no matter the job failed or not.

Signed-off-by: Jianguo Ma jiangma@microsoft.com