Skip to content

Commit 08f4732

Browse files
update error message
1 parent 4f99512 commit 08f4732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/load.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ export async function loadFromAzureFrontDoor(
8282
};
8383
}
8484
if (appConfigOptions.replicaDiscoveryEnabled) {
85-
throw new ArgumentError("Replica discovery is not supported when loading from CDN.");
85+
throw new ArgumentError("Replica discovery is not supported when loading from Azure Front Door.");
8686
}
8787
if (appConfigOptions.loadBalancingEnabled) {
88-
throw new ArgumentError("Load balancing is not supported when loading from CDN.");
88+
throw new ArgumentError("Load balancing is not supported when loading from Azure Front Door.");
8989
}
9090

9191
appConfigOptions.clientOptions = {

0 commit comments

Comments
 (0)