Avani Gupta
Avani Gupta
My service uses the following APIs to add URL query strings: [QueryHelpers.AddQueryString](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.webutilities.queryhelpers.addquerystring?view=aspnetcore-8.0#microsoft-aspnetcore-webutilities-queryhelpers-addquerystring(system-string-system-string-system-string)) and [QueryBuilder.Add](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.extensions.querybuilder.add?view=aspnetcore-8.0#microsoft-aspnetcore-http-extensions-querybuilder-add(system-string-system-string)) According to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986#section-2.2), I'm expecting all the reserved characters to be percent-encoded. But I notice...
Enable automatic refresh of AppConfig references in AppService. Currently, the only way to see updates to referenced values is by restarting App Service application. Like KeyVault references, AppService platform could...
App Config references in Azure App Service are currently resolved individually, with each reference triggering a separate GET request to AppConfig service. However, since AppConfig supports retrieving multiple key-values in...