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/app-service/overview-managed-identity.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,10 @@ The **MSI_ENDPOINT** is a local URL from which your app can request tokens. To g
306
306
> |resource|Query|The AAD resource URI of the resource for which a token should be obtained. This could be one of the [Azure services that support Azure AD authentication](../active-directory/managed-identities-azure-resources/services-support-managed-identities.md#azure-services-that-support-azure-ad-authentication) or any other resource URI.|
307
307
> |api-version|Query|The version of the token API to be used. "2017-09-01" is currently the only version supported.|
308
308
> |secret|Header|The value of the MSI_SECRET environment variable. This header is used to help mitigate server-side request forgery (SSRF) attacks.|
309
-
> |clientid|Query|(Optional) The ID of the user-assigned identity to be used. If omitted, the system-assigned identity is used.|
309
+
> |clientid|Query|(Optional unless for user-assigned) The ID of the user-assigned identity to be used. If omitted, the system-assigned identity is used.|
310
+
311
+
> [!IMPORTANT]
312
+
> If you are attempting to obtain tokens for user-assigned identities, you must include the `clientid` property. Otherwise the token service will attempt to obtain a token for a system-assigned identity, which may or may not exist.
310
313
311
314
A successful 200 OK response includes a JSON body with the following properties:
Copy file name to clipboardExpand all lines: articles/cosmos-db/create-graph-gremlin-console.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
@@ -54,7 +54,7 @@ You also need to install the [Gremlin Console](https://tinkerpop.apache.org/). U
54
54
username|*Your username*|The resource of the form `/dbs/<db>/colls/<coll>` where `<db>` is your database name and `<coll>` is your collection name.
55
55
password|*Your primary key*| See second screenshot below. This is your primary key, which you can retrieve from the Keys page of the Azure portal, in the Primary Key box. Use the copy button on the left side of the box to copy the value.
56
56
connectionPool|{enableSsl: true}|Your connection pool setting for SSL.
57
-
serializer|{ className: org.apache.tinkerpop.gremlin.<br>driver.ser.GraphSONMessageSerializerV1d0,<br> config: { serializeResultToString: true }}|Set to this value and delete any `\n` line breaks when pasting in the value.
57
+
serializer|{ className: org.apache.tinkerpop.gremlin.<br>driver.ser.GraphSONMessageSerializerV2d0,<br> config: { serializeResultToString: true }}|Set to this value and delete any `\n` line breaks when pasting in the value.
58
58
59
59
For the hosts value, copy the **Gremlin URI** value from the **Overview** page:
60
60

Copy file name to clipboardExpand all lines: articles/cosmos-db/gremlin-support.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
@@ -43,7 +43,7 @@ The following table lists the TinkerPop features that are implemented by Azure C
43
43
44
44
## Gremlin wire format: GraphSON
45
45
46
-
Azure Cosmos DB uses the [GraphSON format](https://tinkerpop.apache.org/docs/3.3.2/reference/#graphson-reader-writer) when returning results from Gremlin operations. GraphSON is the Gremlin standard format for representing vertices, edges, and properties (single and multi-valued properties) using JSON.
46
+
Azure Cosmos DB uses the [GraphSON format](http://tinkerpop.apache.org/docs/current/reference/#graphson) when returning results from Gremlin operations. Azure Cosmos DB currently supports "GraphSONv2" version. GraphSON is the Gremlin standard format for representing vertices, edges, and properties (single and multi-valued properties) using JSON.
47
47
48
48
For example, the following snippet shows a GraphSON representation of a vertex *returned to the client* from Azure Cosmos DB.
Copy file name to clipboardExpand all lines: articles/machine-learning/service/how-to-deploy-custom-docker-image.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
@@ -53,7 +53,7 @@ The information in this section assumes that you are using an Azure Container Re
53
53
When using images stored in the __container registry for the workspace__, you do not need to authenticate to the registry. Authentication is handled by the workspace.
54
54
55
55
> [!WARNING]
56
-
> The Azure Container Rzegistry for your workspace is __created the first time you train or deploy a model__ using the workspace. If you've created a new workspace, but not trained or created a model, no Azure Container Registry will exist for the workspace.
56
+
> The Azure Container Registry for your workspace is __created the first time you train or deploy a model__ using the workspace. If you've created a new workspace, but not trained or created a model, no Azure Container Registry will exist for the workspace.
57
57
58
58
For information on retrieving the name of the Azure Container Registry for your workspace, see the [Get container registry name](#getname) section of this article.
@@ -76,6 +77,7 @@ You'll see the **Getting started** screen, since this is your first experiment w
76
77
>For this tutorial, you'll use the default storage account and container created with your new compute. They automatically populate in the form.
77
78
78
79
1. Select **Create** to get the compute target.
80
+
79
81
**This takes a couple minutes to complete.**
80
82
81
83
1. After creation, select your new compute target from the drop-down list and select **Next**.
@@ -89,18 +91,18 @@ You'll see the **Getting started** screen, since this is your first experiment w
89
91
1. Give your dataset a unique name and provide an optional description.
90
92
91
93
1. Select **Next** on the bottom left, to upload it to the default container that was automatically set up during your workspace creation. Public preview supports only local file uploads.
92
-
93
-
1. When the upload is complete, the **Settings and preview** form is intelligently populated based on the file type. Ensure the form is populated as follows.
94
+
95
+
When the upload is complete, the Settings and preview form is pre-populated based on the file type.
96
+
97
+
1. Verify that the **Settings and preview** form is populated as follows and select **Next**.
94
98
95
-
Field|Value
99
+
Field|Value for tutorial
96
100
---|---
97
101
File format| Delimited
98
102
Delimiter| Comma
99
103
Encoding| UTF-8
100
104
Column headers| All files have same headers
101
105
Skip rows | None
102
-
103
-
Select **Next**.
104
106
105
107
1. The **Schema** form allows for further configuration of your data for this experiment. For this example, select the toggle switch for the **day_of_week** feature, so as to not include it for this experiment. Select **Done**, to complete the file upload and creation of the dataset for your experiment.
106
108
@@ -113,16 +115,17 @@ You'll see the **Getting started** screen, since this is your first experiment w
113
115
1. Expand **Advanced Settings** and populate the fields as follows.
114
116
115
117
>[!NOTE]
116
-
> For this experiment, you don't set a metric score or max cores per iterations threshold. You also don't block algorithms from being tested.
118
+
> In this tutorial, you won't set a metric score or max cores per iterations threshold. Nor will you block algorithms from being tested.
Primary metric| Evaluation metric that the machine learning algorithm will be measured by.|AUC_weighted
123
+
Exit criteria| If a criteria is met, the training job is stopped. |Training job time: 5 <br> <br> Max # of iterations:10
124
+
Preprocessing| Enables preprocessing done by automated machine learning. This includes automatic data cleansing, preparing, and transformation to generate synthetic features.| Enable
125
+
Validation type | Choose a cross-validation type.|K-fold cross-validation
126
+
Number of validations | Number of tests. | 2 cross-validations
127
+
Concurrency| The number of max concurrent iterations.|5
Primary metric| Evaluation metric that the machine learning algorithm will be measured by.|**AUC_weighted**
121
-
Exit criteria| When any of these criteria are met, the training job ends even if it didn't fully complete. |Training job time (minutes): **5** <br> <br> Max # of iterations:**10**
122
-
Preprocessing| Enables preprocessing done by automated machine learning. This includes automatic data cleansing, preparing, and transformation to generate synthetic features.| Enable
123
-
Validation| Validation type and number of tests. | **K-fold** cross-validation<br><br> cross-validations: **2**
124
-
Concurrency| The number of max concurrent iterations.|**5**
125
-
126
129
1. Select **Start** to run the experiment. A screen appears with a status message as the experiment preparation begins.
0 commit comments