Skip to content

Commit 5b397bc

Browse files
Merge branch 'MicrosoftDocs:main' into Artifact-streaming
2 parents 048fad3 + a2eb392 commit 5b397bc

File tree

139 files changed

+631
-575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+631
-575
lines changed

articles/aks/istio-deploy-addon.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,6 @@ Run the following command to update to the latest version of the extension relea
4444
az extension update --name aks-preview
4545
```
4646

47-
### Register the _AzureServiceMeshPreview_ feature flag
48-
49-
Register the `AzureServiceMeshPreview` feature flag by using the [az feature register][az-feature-register] command:
50-
51-
```azurecli-interactive
52-
az feature register --namespace "Microsoft.ContainerService" --name "AzureServiceMeshPreview"
53-
```
54-
55-
It takes a few minutes for the feature to register. Verify the registration status by using the [az feature show][az-feature-show] command:
56-
57-
```azurecli-interactive
58-
az feature show --namespace "Microsoft.ContainerService" --name "AzureServiceMeshPreview"
59-
```
60-
61-
When the status reflects *Registered*, refresh the registration of the *Microsoft.ContainerService* resource provider by using the [az provider register][az-provider-register] command:
62-
63-
```azurecli-interactive
64-
az provider register --namespace Microsoft.ContainerService
65-
```
66-
6747
## Install Istio add-on at the time of cluster creation
6848

6949
To install the Istio add-on when creating the cluster, use the `--enable-azure-service-mesh` or`--enable-asm` parameter.

articles/aks/istio-plugin-ca.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,6 @@ Run the following command to update to the latest version of the extension relea
3838
az extension update --name aks-preview
3939
```
4040

41-
### Register the _AzureServiceMeshPreview_ feature flag
42-
43-
Register the `AzureServiceMeshPreview` feature flag by using the [az feature register][az-feature-register] command:
44-
45-
```azurecli-interactive
46-
az feature register --namespace "Microsoft.ContainerService" --name "AzureServiceMeshPreview"
47-
```
48-
49-
It takes a few minutes for the feature to register. Verify the registration status by using the [az feature show][az-feature-show] command:
50-
51-
```azurecli-interactive
52-
az feature show --namespace "Microsoft.ContainerService" --name "AzureServiceMeshPreview"
53-
```
54-
55-
When the status reflects *Registered*, refresh the registration of the *Microsoft.ContainerService* resource provider by using the [az provider register][az-provider-register] command:
56-
57-
```azurecli-interactive
58-
az provider register --namespace Microsoft.ContainerService
59-
```
60-
6141
### Set up Azure Key Vault
6242

6343
1. You need an [Azure Key Vault resource][akv-quickstart] to supply the certificate and key inputs to the Istio add-on.

articles/azure-monitor/app/convert-classic-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ The structure of a Log Analytics workspace is described in [Log Analytics worksp
416416
| traces | AppTraces | Detailed logs (traces) emitted through application code/logging frameworks recorded via `TrackTrace()`. |
417417

418418
> [!CAUTION]
419-
> Don't take a production dependency on the Log Analytics tables until you see new telemetry records show up directly in Log Analytics. It might take up to 24 hours after the migration process started for records to appear.
419+
> Wait for new telemetry in Log Analytics before relying on it. After starting the migration, telemetry first goes to Classic Application Insights. Aim to switch to Log Analytics within 24 hours, avoiding data loss or double writing. Once done, Log Analytics solely captures new telemetry.
420420
421421
### Table schemas
422422

-3.16 KB
Loading
-1.92 KB
Loading
-221 KB
Loading
Loading
-9.95 KB
Loading
52.3 KB
Loading
-11.8 KB
Loading

0 commit comments

Comments
 (0)