We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f99512 commit 08f4732Copy full SHA for 08f4732
src/load.ts
@@ -82,10 +82,10 @@ export async function loadFromAzureFrontDoor(
82
};
83
}
84
if (appConfigOptions.replicaDiscoveryEnabled) {
85
- throw new ArgumentError("Replica discovery is not supported when loading from CDN.");
+ throw new ArgumentError("Replica discovery is not supported when loading from Azure Front Door.");
86
87
if (appConfigOptions.loadBalancingEnabled) {
88
- throw new ArgumentError("Load balancing is not supported when loading from CDN.");
+ throw new ArgumentError("Load balancing is not supported when loading from Azure Front Door.");
89
90
91
appConfigOptions.clientOptions = {
0 commit comments