You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The pipeline policy that remove the authorization header from the request to allow anonymous access to the Azure Front Door.
8
+
* @remarks
9
+
* The policy position should be perRetry, since it should be executed after the "Sign" phase: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-client/src/serviceClient.ts
* The pipeline policy that remove the "sync-token" header from the request.
24
+
* The policy position should be perRetry. It should be executed after the SyncTokenPolicy in @azure/app-configuration, which is executed after retry phase: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/appconfiguration/app-configuration/src/appConfigurationClient.ts#L198
INVALID_LABEL_FILTER="The characters '*' and ',' are not supported in label filters.",
21
21
INVALID_TAG_FILTER="Tag filter must follow the format 'tagName=tagValue'",
22
22
CONNECTION_STRING_OR_ENDPOINT_MISSED="A connection string or an endpoint with credential must be specified to create a client.",
23
+
REPLICA_DISCOVERY_NOT_SUPPORTED="Replica discovery is not supported when loading from Azure Front Door. For guidance on how to take advantage of geo-replication when Azure Front Door is used, visit https://aka.ms/appconfig/geo-replication-with-afd",
24
+
LOAD_BALANCING_NOT_SUPPORTED="Load balancing is not supported when loading from Azure Front Door. For guidance on how to take advantage of geo-replication when Azure Front Door is used, visit https://aka.ms/appconfig/geo-replication-with-afd",
25
+
WATCHED_SETTINGS_NOT_SUPPORTED="Specifying watched settings is not supported when loading from Azure Front Door. If refresh is enabled, all loaded configuration settings will be watched automatically."
0 commit comments