microsoft / commercial-marketplace-offer-deploy

Deployment Manager for the Azure Marketplace
Other
21 stars 13 forks source link

bug: deployment of installer is failing intermittently due to timing issue #618

Closed kevinhillinger closed 9 months ago

kevinhillinger commented 9 months ago

the configuration store isn't being linked to the app service's app settings correctly due to a timing issue of the role assignment. This causes an error in the app settings.

Image

To mitigate this, moving the app settings to be fetch directly from the app configuration store via SDK.