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
Copy file name to clipboardExpand all lines: articles/applied-ai-services/metrics-advisor/includes/quickstarts/python.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ To successfully make a call against the Anomaly Detector service, you'll need th
45
45
|`METRICS_ADVISOR_ENDPOINT`| This value can be found in the **Keys & Endpoint** section when examining your resource from the Azure portal. Example endpoint: `https://YOUR_RESOURCE_NAME.cognitiveservices.azure.com/`|
46
46
|`METRICS_ADVISOR_KEY`| The key value can be found in the **Keys & Endpoint** section when examining your resource from the Azure portal. You can use either `KEY1` or `KEY2`.|
47
47
|`METRICS_ADVISOR_API_KEY`|The key value can be found under **Settings** > **API keys** when examining your resource from the [Metrics Advisor portal](https://metricsadvisor.azurewebsites.net/). You can use either `KEY1` or `KEY2`. |
48
-
|`SQL_CONNECTION_STRING`| This quickstart requires you to have your own SQL Database + connection string. An example connection string would look similar to the following:`Data Source=<Server>;Initial Catalog=<db-name>;User ID=<user-name>;Password=<password>` for more information on constructing SQL connection strings consult the [SQL documentation](/azure/applied-ai-services/metrics-advisor/data-feeds-from-different-sources#azure-sql-database--sql-server). |
48
+
|`SQL_CONNECTION_STRING`| This quickstart requires you to have your own SQL Database + connection string. An example connection string would look similar to the following example:`Data Source=<Server>;Initial Catalog=<db-name>;User ID=<user-name>;Password=<password>` for more information on constructing SQL connection strings, see the [SQL documentation](/azure/applied-ai-services/metrics-advisor/data-feeds-from-different-sources#azure-sql-database--sql-server). |
49
49
|`SQL_QUERY`| Unique query specific to your dataset.|
0 commit comments