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/azure-monitor/platform/customer-managed-keys.md
+18-35Lines changed: 18 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,9 +187,12 @@ The identity is assigned to the *Cluster* resource at creation time.
187
187
188
188
202 Accepted. This is a standard Resource Manager response for asynchronous operations.
189
189
190
+
>[!Important]
191
+
> It takes the provisioning of the underly ADX cluster a few minutes to complete. You can verify the provisioning state when performing GET REST API call on the *Cluster* resource and looking at the *provisioningState* value. It is *ProvisioningAccount* while provisioning and "Succeeded" when completed.
During the early access period of the feature, the ADX cluster is provisioned manually by the product team once the previous steps are completed. Use your Microsoft channel for the provisioning while providing the *Cluster* resource response.
195
+
During the early access period of the feature, the ADX cluster is provisioned manually by the product team once the previous steps are completed. Use your Microsoft channel for this step and provide the *Cluster* resource response.
193
196
194
197
```rst
195
198
GET https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.OperationalInsights/clusters/<cluster-name>?api-version=2019-08-01-preview
@@ -224,9 +227,7 @@ Authorization: Bearer <token>
224
227
}
225
228
```
226
229
227
-
>[!Important]
228
-
> It takes the provisioning of the underly ADX cluster a few minutes to complete. The *provisioningState* value indicates its state, it is *ProvisioningAccount* while provisioning and "Succeeded" when provisioning is completed.
229
-
> The "principalId" GUID is generated by the managed identity service for the *Cluster* resource.
230
+
The "principalId" GUID is generated by the managed identity service for the *Cluster* resource.
230
231
231
232
### Grant Key Vault permissions
232
233
@@ -559,48 +560,27 @@ PUT https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/
559
560
Authorization: Bearer <token>
560
561
Content-type: application/json
561
562
562
-
{
563
-
"location": "<region-name>",
564
-
"properties": {
565
-
"clusterType":"ApplicationInsights"
566
-
},
567
-
"identity": {
568
-
"type": "systemAssigned"
569
-
}
570
-
}
571
-
```
572
-
573
-
**Response**
574
-
575
-
Identity is assigned to the *Cluster* resource at creation time.
"principle-id" is a GUID that was generated by the managed identity service.
601
577
602
-
> [!IMPORTANT]
603
-
> Copy and keep the "principle-id" value since you will need it in next steps.
578
+
**Response**
579
+
580
+
202 Accepted. This is a standard Resource Manager response for asynchronous operations.
581
+
582
+
>[!Important]
583
+
> It takes the provisioning of the underly ADX cluster a few minutes to complete. You can verify the provisioning state when performing GET REST API call on the *Cluster* resource and looking at the *provisioningState* value. It is *ProvisioningAccount* while provisioning and "Succeeded" when completed.
604
584
605
585
### Associate a component to a *Cluster* resource using [Components - Create Or Update](https://docs.microsoft.com/rest/api/application-insights/components/createorupdate) API
606
586
@@ -648,6 +628,9 @@ Authorization: Bearer <token>
648
628
}
649
629
```
650
630
631
+
> [!IMPORTANT]
632
+
> Copy and keep the "principle-id" value since you will need it in next steps.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/java/prerequisites.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
@@ -71,7 +71,7 @@ APP_PLATFORM = android-21
71
71
APP_BUILD_SCRIPT = Android.mk
72
72
```
73
73
74
-
You can build `libgstreamer_android.so` using the following command on Ubuntu 16.04 or 18.04. The following command lines have only been tested for [Gstreamer Android version 1.14.4](https://gstreamer.freedesktop.org/data/pkg/android/1.14.4/gstreamer-1.0-android-universal-1.14.4.tar.bz2) with [Android NDK b16b.](https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip)
74
+
You can build `libgstreamer_android.so` using the following command on Ubuntu 16.04 or 18.04. The following command lines have only been tested for [GStreamer Android version 1.14.4](https://gstreamer.freedesktop.org/data/pkg/android/1.14.4/gstreamer-1.0-android-universal-1.14.4.tar.bz2) with [Android NDK b16b.](https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip)
75
75
76
76
```sh
77
77
# Assuming wget and unzip already installed on the system
0 commit comments