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
$"Required API key not defined. The URI provided for the blob store is an Azure API management endpoint but the required subscription/API key is not defined."+
968
+
$"Set the '{EnvironmentVariable.VC_APIM_SUBSCRIPTION_KEY}' environment variable to the appropriate key value before executing the application.");
// Supports the use of Azure API Management as a gateway for Event Hub traffic. This allows clients to use a secure API endpoint to route traffic to the
1125
-
// Event Hub namespace (vs. a direct connection).
1126
-
HttpClientrestClient=newHttpClient();
1127
-
UribaseUri=newUri(endpointUri,eventHubName);
1127
+
thrownewSchemaException(
1128
+
$"Required API key not defined. The URI provided for the Event Hub is an Azure API management endpoint but the required subscription/API key is not defined."+
1129
+
$"Set the '{EnvironmentVariable.VC_APIM_SUBSCRIPTION_KEY}' environment variable to the appropriate key value before executing the application.");
// Supports the use of Azure API Management as a gateway for Event Hub traffic. This allows clients to use a secure API endpoint to route traffic to the
0 commit comments