AppConfiguration icon indicating copy to clipboard operation
AppConfiguration copied to clipboard

Questions, feedback and samples for Azure App Configuration service

Results 124 AppConfiguration issues
Sort by recently updated
recently updated
newest added

When null values are present in the json configuration file, the task will fail with the error "Cannot convert undefined or null to object" We should have an update to...

bug
Azure Pipelines

Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.12.0 to 1.16.1. Release notes Sourced from azure-identity's releases. azure-identity_1.16.1 1.16.1 (2024-06-11) Bugs Fixed Managed identity bug fixes azure-identity_1.16.0 1.16.0 (2024-04-09) Other Changes For IMDS requests in...

Python
dependencies

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.11.4. Release notes Sourced from Azure.Identity's releases. Azure.Identity_1.11.4 1.11.4 (2024-06-10) Bugs Fixed Managed identity bug fixes Azure.Identity_1.11.3 1.11.3 (2024-05-07) Bugs Fixed Fixed a regression in...

dependencies
.NET

Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.1.0 to 4.61.3. Release notes Sourced from Microsoft.Identity.Client's releases. 4.61.3 Bug Fixes Exclude the use of WSTrust for ROPC flow except for AAD authorities. See [Issue #4791](AzureAD/microsoft-authentication-library-for-dotnet#4791)...

dependencies
.NET

We are using azure app configuration and azure app insight library in reactive springboot project with kotlin. We are using latest version of both libraries Dependencies: implementation("com.azure.spring:spring-cloud-azure-appconfiguration-config:5.12.0") implementation("com.microsoft.azure:applicationinsights-runtime-attach:3.5.2" ) implementation("com.microsoft.azure:applicationinsights-core:3.5.2")...

JavaSpring
question

Curious if this is a pending feature or a bug but a Timer Trigger referencing a schedule from an App Configuration store doesn't get refreshed values and continues to run...

question
Azure Functions

A couple of issues when trying to use double underscore (__) for key separation. The import/export page allows to select double underscore for separator and so does the hierarchy view....

bug
portal

The ASP.NET Configuration provider will correctly load and convert the following environment variables that include double underscores into hierarchical configuration and also populate the Options by using `GetRequiredSection()` method. However...

.NET Config Provider
question