Skip to content

Commit 00ca397

Browse files
authored
Merge branch 'main' into Migrate-2-related-SMC-articles-to-a-single-article
2 parents 5199ec7 + 7ba4ac8 commit 00ca397

26 files changed

Lines changed: 479 additions & 366 deletions

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12580,6 +12580,11 @@
1258012580
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/incoming-emails-unexpectedly-synchronized-have-unexpected-missing-data",
1258112581
"redirect_document_id": true
1258212582
},
12583+
{
12584+
"source_path": "support/dynamics-365/sales/tracked-to-dynamics-365-category-added.md",
12585+
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/tracked-to-dynamics-365-category-added",
12586+
"redirect_document_id": true
12587+
},
1258312588
{
1258412589
"source_path": "support/dynamics-365/sales/cannot-send-email-as-another-user.md",
1258512590
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/cannot-send-email-as-another-user",
@@ -12594,6 +12599,11 @@
1259412599
"source_path": "support/power-platform/power-automate/desktop-flows/no-ethernet-after-pad-install.md",
1259512600
"redirect_url": "/previous-versions/troubleshoot/content-retirement",
1259612601
"redirect_document_id": false
12602+
},
12603+
{
12604+
"source_path": "support/windows-server/group-policy/apply-group-policy-objects-terminal-services.md",
12605+
"redirect_url": "/troubleshoot/windows-server/group-policy/apply-group-policy-objects-rds",
12606+
"redirect_document_id": true
1259712607
}
1259812608
]
1259912609
}

support/azure/.openpublishing.redirection.azure.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6264,6 +6264,11 @@
62646264
"source_path": "azure-kubernetes/create-upgrade-delete/error-code-requestdisallowedbypolicy-delete.md",
62656265
"redirect_url": "/troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes",
62666266
"redirect_document_id": false
6267+
},
6268+
{
6269+
"source_path": "general/support-policy-containers.md",
6270+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes",
6271+
"redirect_document_id": false
62676272
}
62686273
]
62696274
}

support/azure/azure-kubernetes/extensions/istio-add-on-general-troubleshooting.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ kubectl logs --selector app=istiod --namespace aks-istio-system
4040

4141
### Step 2: Bounce (delete) a pod
4242

43-
You might have a good reason to restart a pod. Because Istiod is a deployment, it's safe to just delete the pod by running the [kubectl delete](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_delete/) command:
43+
You might have a good reason to restart a pod. Because Istiod is a deployment, it's safe to simply delete the pod by running the [kubectl delete](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_delete/) command:
4444

4545
```bash
4646
kubectl delete pods <istio-pod> --namespace aks-istio-system
4747
```
4848

49-
The Istio pod is managed by a deployment, so the pod is automatically re-created and redeployed after you delete the Istio pod directly. Therefore, deleting the pod is an alternative method for restarting the pod.
49+
The Istio pod is managed by a deployment. It's automatically re-created and redeployed after you delete it directly. Therefore, deleting the pod is an alternative method for restarting the pod.
5050

5151
> [!NOTE]
5252
> Alternatively, you can restart the deployment directly by running the following [kubectl rollout restart](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_restart/) command:
@@ -73,15 +73,15 @@ To view the types of custom resource definitions (CRDs) that Istio uses, run the
7373
kubectl get crd | grep istio
7474
```
7575

76-
Next, run the following `kubectl get` command to list all the resource names that are based on a particular CRD:
76+
To list all the resource names that are based on a particular CRD, run the following `kubectl get` command:
7777

7878
```bash
7979
kubectl get <crd-type> --all-namespaces
8080
```
8181

8282
### Step 5: View the list of Istiod pods
8383

84-
View the list of Istiod pods by running the following `kubectl get` command:
84+
To view the list of Istiod pods, run the following `kubectl get` command:
8585

8686
```bash
8787
kubectl get pod --namespace aks-istio-system --output yaml
@@ -113,6 +113,8 @@ kubectl logs <pod-name> --namespace <pod-namespace> --container istio-proxy
113113

114114
The following troubleshooting steps describe how to collect information and debug your mesh environment by running various `istioctl` commands.
115115

116+
All `istioctl` commands must be run together with the `--istioNamespace aks-istio-system` flag to point to the AKS add-on installation of Istio.
117+
116118
> [!WARNING]
117119
> Some `istioctl` commands send requests to all sidecars.
118120
@@ -186,7 +188,7 @@ istioctl experimental check-inject --istioNamespace aks-istio-system \
186188

187189
### Step 6: Get a full bug report
188190

189-
A full bug report contains the most detailed information. However, it can also be time-consuming on a large cluster because it includes all pods. You can limit the bug report to certain namespaces. You can also limit the report to certain deployments, pods, or label selectors.
191+
A full bug report contains the most detailed information. However, running this report can be time-consuming on a large cluster because it includes all pods. You can limit the bug report to certain namespaces. You can also limit the report to certain deployments, pods, or label selectors.
190192

191193
To retrieve a bug report, run the following [istioctl bug-report](https://istio.io/latest/docs/reference/commands/istioctl/#istioctl-bug-report) command:
192194

@@ -201,9 +203,9 @@ istioctl bug-report --istioNamespace aks-istio-system \
201203
202204
If you encounter high memory consumption in Envoy, double-check your Envoy settings for [statistics data collection](https://istio.io/latest/docs/ops/configuration/telemetry/envoy-stats/). If you're [customizing Istio metrics](https://istio.io/latest/docs/tasks/observability/metrics/customize-metrics/) through [MeshConfig](./istio-add-on-meshconfig.md), remember that certain metrics can have [high cardinality](https://istio.io/latest/about/faq/metrics-and-logs/#metric-expiry) and, therefore, create a higher memory footprint. Other fields in MeshConfig, such as concurrency, affect CPU usage and should be configured carefully.
203205
204-
By default, Istio adds information about all services that are in the cluster to every Envoy configuration. The [Sidecar](https://istio.io/latest/docs/reference/config/networking/sidecar/) can limit the scope of this addition to workloads within specific namespaces only. For more information, see [Watch out for this Istio proxy sidecar memory pitfall](https://medium.com/geekculture/watch-out-for-this-istio-proxy-sidecar-memory-pitfall-8dbd99ea7e9d).
206+
By default, Istio adds information about all services that are in the cluster to every Envoy configuration. The [sidecar](https://istio.io/latest/docs/reference/config/networking/sidecar/) can limit the scope of this addition to workloads that are within specific namespaces only. For more information, see [Watch out for this Istio proxy sidecar memory pitfall](https://medium.com/geekculture/watch-out-for-this-istio-proxy-sidecar-memory-pitfall-8dbd99ea7e9d).
205207
206-
For example, the following `Sidecar` definition in the `aks-istio-system` namespace restricts the Envoy configuration for all proxies across the mesh to `aks-istio-system` and other workloads within the same namespace as that specific application.
208+
For example, the following `Sidecar` definition in the `aks-istio-system` namespace restricts the Envoy configuration for all proxies across the mesh to `aks-istio-system` and other workloads within the same namespace as that specific application:
207209
208210
```yaml
209211
apiVersion: networking.istio.io/v1alpha3
@@ -236,7 +238,7 @@ If your application pod starts before the Envoy sidecar starts, the application
236238
237239
### Step 5: Configure a Service Entry when using an HTTP proxy for outbound traffic
238240
239-
If your cluster uses an HTTP proxy for outbound internet access, you'll need to configure a Service Entry. For more information, see [HTTP proxy support in Azure Kubernetes Service](/azure/aks/http-proxy#istio-add-on-http-proxy-for-external-services).
241+
If your cluster uses an HTTP proxy for outbound internet access, you'll have to configure a Service Entry. For more information, see [HTTP proxy support in Azure Kubernetes Service](/azure/aks/http-proxy#istio-add-on-http-proxy-for-external-services).
240242
241243
## Error messages
242244

support/azure/general/support-policy-containers.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

support/azure/general/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
href: dependency-availability-by-country.md
88
- name: Azure region access request process
99
href: region-access-request-process.md
10-
- name: Container support policy
11-
href: support-policy-containers.md
1210
- name: Tips for finding Microsoft troubleshooting content
1311
href: search-tips-find-troubleshooting-content.md
1412
- name: Use Secure File Exchange to exchange files

support/azure/virtual-machines/windows/capacity-reservation-cant-deploy-vm-vmss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Can't deploy Virtual Machines or Virtual Machine Scale Sets (Uniform) with Capacity Reservation
33
description: The following article discusses why you may not be able to deploy virtual machines (VMs) or Virtual Machine Scale Sets (VMSS) with Capacity Reservation.
4-
ms.date: 08/26/2021
4+
ms.date: 12/06/2024
55
ms.reviewer:
66
ms.service: azure-virtual-machines
77
ms.collection: windows
@@ -30,7 +30,7 @@ If you have an existing Capacity Reservations that you can't use with VMs or VMS
3030

3131
- Spot VMs and Azure Dedicated Host Nodes are not supported with capacity reservation.
3232

33-
- For the supported VM series during public preview, up to three Fault Domains (FDs) will be supported. A deployment with more than 3 FDs will fail to deploy against capacity reservation.
33+
- For the supported VM series, up to three Fault Domains (FDs) will be supported. A deployment with more than 3 FDs will fail to deploy against capacity reservation.
3434

3535
- Availability Sets are not supported with capacity reservation.
3636

0 commit comments

Comments
 (0)