AppConfiguration
AppConfiguration copied to clipboard
Questions, feedback and samples for Azure App Configuration service
I am using Spring-boot Application where I am able to connect with Azure App Configuration. But getting the error when I try to read value with content-type application/JSON. My Java...
With A/B Testing or gray deployment support, we can validate configuration change in small scope before roll out to all service instances. May I know any plan to support to?
Currently Azure AppConfiguration supports TLS 1.2 and TLS 1.3. Multiple Azure Services already allow enforcing minimum TLS version per tenant. [Azure Storage](https://docs.microsoft.com/en-us/azure/storage/common/transport-layer-security-configure-minimum-version?tabs=portal) [Event Hub](https://docs.microsoft.com/en-us/azure/event-hubs/transport-layer-security-configure-minimum-version) App Services Policy to control that...
Moving the following issue to this repo as per discussion in https://github.com/MicrosoftDocs/azure-docs/issues/100346 --- The tutorial is of excellent quality, although from my point of view it would be even better...
Couple of days we converted the Service Connection for Azure DevOps , Service Principal (Automatic) to Workload Identity Federation (Auotmatic). We are now seeing the below error while the pipeline...
Trying to use AppConfigurationClient to get "getConfigurationSetting" in my React App but getting CORS on localhost:3000. If I create a simple "js project or dotnet project I can access the...
https://json-schema.org/understanding-json-schema/structuring#dollarref AFAIU, `$ref` should points to another JSON schema instead of a GH page. And it also breaks some schema validation tools, which download related schemas from `$ref` to perform...
I've created an isolated function app in .NET 8, and I wanted to use App Configuration values to configure my trigger. As that's not supported yet (see issue #203), I...
Currently Kubernetes Provider does only support generating file-style ConfigMap. not support file-style Secret. This causes some inconvenience when someone is using file-style configMap, they may have to do some special...
## Background App Configuration providers can failover to replicas if current connected endpoint experiences failures, but it will stay with the current endpoint if everything is running well. In that...