quarkiverse / quarkus-azure-services

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

Make possible to disable App Configuration by configuration property #154

Closed fhavel closed 1 month ago

fhavel commented 10 months ago

Something like quarkus.azure.app.configuration.enable=false would be useful.

majguo commented 1 month ago

@fhavel FYI - We just released 1.0.4 which includes the support of disabling/enabling extension by configuration property including App Configuration. The doc Quarkus Azure App Configuration Extension is also updated accordingly by adding how to disable/enable the extension. If you’re looking for a complete code sample, you can find it from azure-services-disabled.

Let me know if you have any further comments, thanks.

fhavel commented 1 month ago

I just tested it, works as expected. Thank you!