Skip to content

Commit 6d861b2

Browse files
2 parents d877f7f + 6e84f79 commit 6d861b2

File tree

21 files changed

+421
-178
lines changed

21 files changed

+421
-178
lines changed

articles/azure-monitor/platform/customer-managed-keys.md

Lines changed: 18 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,12 @@ The identity is assigned to the *Cluster* resource at creation time.
187187

188188
202 Accepted. This is a standard Resource Manager response for asynchronous operations.
189189

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.
192+
190193
### Azure Monitor data-store (ADX cluster) provisioning
191194

192-
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.
193196

194197
```rst
195198
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>
224227
}
225228
```
226229

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.
230231

231232
### Grant Key Vault permissions
232233

@@ -559,48 +560,27 @@ PUT https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/
559560
Authorization: Bearer <token>
560561
Content-type: application/json
561562
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.
576-
577-
```json
578-
579563
{
580564
"identity": {
581-
"type": "SystemAssigned",
582-
"tenantId": "tenant-id",
583-
"principalId": "principle-id"
584-
},
565+
"type": "systemAssigned"
566+
},
585567
"sku": {
586568
"name": "capacityReservation",
587569
"Capacity": 1000
588570
},
589571
"properties": {
590-
"provisioningState": "Succeeded",
591-
"clusterType": "ApplicationInsights",
592-
"clusterId": "cluster-id"
572+
"clusterType":"ApplicationInsights"
593573
},
594-
"id": "/subscriptions/subscription-id/resourceGroups/resource-group-name/providers/Microsoft.OperationalInsights/clusters/cluster-name",
595-
"name": "cluster-name",
596-
"type": "Microsoft.OperationalInsights/clusters",
597-
"location": "region-name"
574+
"location": "<region-name>"
598575
}
599576
```
600-
"principle-id" is a GUID that was generated by the managed identity service.
601577

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.
604584
605585
### Associate a component to a *Cluster* resource using [Components - Create Or Update](https://docs.microsoft.com/rest/api/application-insights/components/createorupdate) API
606586

@@ -648,6 +628,9 @@ Authorization: Bearer <token>
648628
}
649629
```
650630

631+
> [!IMPORTANT]
632+
> Copy and keep the "principle-id" value since you will need it in next steps.
633+
651634
**Associate a component**
652635

653636
```rst

articles/cognitive-services/Speech-Service/how-to-use-codec-compressed-audio-input-streams.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 03/09/2020
11+
ms.date: 03/30/2020
1212
ms.author: amishu
1313
zone_pivot_groups: programming-languages-set-twelve
1414
---
@@ -26,37 +26,37 @@ The Speech service SDK **Compressed Audio Input Stream** API provides a way to s
2626
## Prerequisites
2727

2828
::: zone pivot="programming-language-csharp"
29-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/csharp/prerequisites.md)]
29+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/csharp/prerequisites.md)]
3030
::: zone-end
3131

3232
::: zone pivot="programming-language-cpp"
33-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/cpp/prerequisites.md)]
33+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/cpp/prerequisites.md)]
3434
::: zone-end
3535

3636
::: zone pivot="programming-language-java"
37-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/java/prerequisites.md)]
37+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/java/prerequisites.md)]
3838
::: zone-end
3939

4040
::: zone pivot="programming-language-objectivec"
41-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/objectivec/prerequisites.md)]
41+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/objectivec/prerequisites.md)]
4242
::: zone-end
4343

4444
## Example code using codec compressed audio input
4545

4646
::: zone pivot="programming-language-csharp"
47-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/csharp/examples.md)]
47+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/csharp/examples.md)]
4848
::: zone-end
4949

5050
::: zone pivot="programming-language-cpp"
51-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/cpp/examples.md)]
51+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/cpp/examples.md)]
5252
::: zone-end
5353

5454
::: zone pivot="programming-language-java"
55-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/java/examples.md)]
55+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/java/examples.md)]
5656
::: zone-end
5757

5858
::: zone pivot="programming-language-objectivec"
59-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/objectivec/examples.md)]
59+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/objectivec/examples.md)]
6060
::: zone-end
6161

6262
## Next steps
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ APP_PLATFORM = android-21
7171
APP_BUILD_SCRIPT = Android.mk
7272
```
7373

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)
7575

7676
```sh
7777
# Assuming wget and unzip already installed on the system

0 commit comments

Comments
 (0)