Skip to content

Commit cd98c72

Browse files
authored
Merge pull request #289112 from MicrosoftDocs/main
10/23/2024 PM Publish
2 parents 282d89a + b60f2a9 commit cd98c72

File tree

225 files changed

+1466
-902
lines changed

Some content is hidden

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

225 files changed

+1466
-902
lines changed

articles/automation/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
items:
275275
- name: Migration from Log Analytics to Azure Monitoring Agent version
276276
href: change-tracking/guidance-migration-log-analytics-monitoring-agent.md
277-
- name: Use Log Analytics
277+
- name: Use Log Analytics (Retired)
278278
items:
279279
- name: Overview
280280
href: change-tracking/overview.md
@@ -312,7 +312,7 @@
312312
href: troubleshoot/onboarding.md
313313
- name: Troubleshoot Change Tracking and Inventory issues
314314
href: troubleshoot/change-tracking.md
315-
- name: Update Management
315+
- name: Update Management (Retired)
316316
items:
317317
- name: Overview
318318
href: update-management/overview.md

articles/automation/change-tracking/overview-monitoring-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Automation Change Tracking and Inventory overview using Azure Monit
33
description: This article describes the Change Tracking and Inventory feature using Azure monitoring agent, which helps you identify software and Microsoft service changes in your environment.
44
services: automation
55
ms.subservice: change-inventory-management
6-
ms.date: 09/27/2024
6+
ms.date: 10/23/2024
77
ms.topic: overview
88
ms.service: azure-automation
99
---
@@ -78,7 +78,7 @@ You can enable Change Tracking and Inventory in the following ways:
7878

7979
- For a single Azure VM from the [Virtual machine page](enable-from-vm.md) in the Azure portal. This scenario is available for Linux and Windows VMs.
8080

81-
- For [multiple Azure VMs](enable-from-portal.md) by selecting them from the Virtual machines page in the Azure portal.
81+
- For [multiple Azure VMs](enable-vms-monitoring-agent.md) by selecting them from the Virtual machines page in the Azure portal.
8282

8383
## Tracking file changes
8484

articles/azure-cache-for-redis/cache-remove-tls-10-11.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ The following sections provide guidance about how to detect dependencies on thes
5353

5454
You can find out whether your application works with TLS 1.2 by setting the **Minimum TLS version** value to TLS 1.2 on a test or staging cache, then running tests. The **Minimum TLS version** setting is in the [Advanced settings](cache-configure.md#advanced-settings) of your cache instance in the Azure portal. If the application continues to function as expected after this change, then your app is using TLS 1.2 or newer.
5555

56-
> [!NOTE]
57-
> With your cache open in the portal, select **Advanced** in the resource menu. If the Minimum TLS version for your cache instance is set to **Default**, your Minimum TLS version is set to TLS 1.2. TLS 1.2 is the default value that is assigned to your cache instance when no explicit value is chosen.
58-
>
59-
6056
### Configure your application to use TLS 1.2 or later
6157

6258
Most applications use Redis client libraries to handle communication with their caches. Here are instructions for configuring some of the popular client libraries, in various programming languages and frameworks, to use TLS 1.2 or later.

articles/cdn/cdn-caching-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: media-services,cdn
55
author: juliako
66
manager: erikre
77
ms.assetid: be33aecc-6dbe-43d7-a056-10ba911e0e94
8-
ms.service: media-services
8+
ms.service: azure-media-services
99
ms.topic: how-to
1010
ms.date: 03/20/2024
1111
ms.author: juliako

articles/cloud-shell/vnet/overview.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: This article describes a scenario for using Azure Cloud Shell in a private virtual network.
3-
ms.contributor: jahelmic
4-
ms.date: 04/22/2024
3+
ms.date: 10/23/2024
54
ms.topic: conceptual
65
title: Use Cloud Shell in an Azure virtual network
76
---
@@ -12,7 +11,7 @@ By default, Azure Cloud Shell sessions run in a container in a Microsoft network
1211
from your resources. Commands that run inside the container can't access resources in a private
1312
virtual network. For example, you can't use Secure Shell (SSH) to connect from Cloud Shell to a
1413
virtual machine that has only a private IP address, or use `kubectl` to connect to a Kubernetes
15-
cluster that has locked down access.
14+
cluster with locked-down access.
1615

1716
To provide access to your private resources, you can deploy Cloud Shell into an Azure virtual
1817
network that you control. This technique is called _virtual network isolation_.
@@ -29,15 +28,15 @@ Deploying Cloud Shell in a private virtual network offers these benefits:
2928
## Things to consider before deploying Azure Cloud Shell in a virtual network
3029

3130
- Starting Cloud Shell in a virtual network is typically slower than a standard Cloud Shell session.
32-
- Virtual network isolation requires you to use [Azure Relay][01], which is a paid service. In the
31+
- Virtual network isolation requires you to use [Azure Relay][02], which is a paid service. In the
3332
Cloud Shell scenario, one hybrid connection is used for each administrator while they're using
3433
Cloud Shell. The connection is automatically closed when the Cloud Shell session ends.
3534

3635
## Architecture
3736

3837
The following diagram shows the resource architecture that you must build to enable this scenario.
3938

40-
![Illustration of a Cloud Shell isolated virtual network architecture.][03]
39+
![Illustration of a Cloud Shell isolated virtual network architecture.][04]
4140

4241
- **Customer client network**: Client users can be located anywhere on the internet to securely
4342
access and authenticate to the Azure portal and use Cloud Shell to manage resources contained in
@@ -48,20 +47,26 @@ The following diagram shows the resource architecture that you must build to ena
4847
- **Customer virtual network**: This is the network that contains the subnets to support virtual
4948
network isolation. Resources such as virtual machines and services are directly accessible from
5049
Cloud Shell without the need to assign a public IP address.
51-
- **Azure Relay**: [Azure Relay][01] allows two endpoints that aren't directly reachable to
50+
- **Azure Relay**: [Azure Relay][02] allows two endpoints that aren't directly reachable to
5251
communicate. In this case, it's used to allow the administrator's browser to communicate with the
5352
container in the private network.
5453
- **File share**: Cloud Shell requires a storage account that's accessible from the virtual network.
5554
The storage account provides the file share used by Cloud Shell users.
5655

57-
## Related links
56+
## Pricing
5857

5958
Cloud Shell requires a new or existing Azure Files share to be mounted to persist files across
60-
sessions. Storage incurs regular costs. If you have deployed Azure Cloud Shell in a private virtual
59+
sessions. Storage incurs regular costs. When you deploy Azure Cloud Shell in a private virtual
6160
network, you pay for network resources. For pricing information, see
62-
[Pricing of Azure Cloud Shell][02].
61+
[Pricing of Azure Cloud Shell][01].
62+
63+
## Next steps
64+
65+
When you're ready to deploy your own instance of Cloud Shell, see
66+
[Deploy Azure Cloud Shell in a virtual network with quickstart templates][03].
6367

6468
<!-- link references -->
65-
[01]: /azure/azure-relay/relay-what-is-it
66-
[02]: ../pricing.md
67-
[03]: media/overview/data-diagram.png
69+
[01]: ../pricing.md
70+
[02]: /azure/azure-relay/relay-what-is-it
71+
[03]: deployment.md
72+
[04]: media/overview/data-diagram.png

articles/cloud-shell/vnet/troubleshooting.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
This article provides instructions for troubleshooting a private virtual network deployment of
44
Azure Cloud Shell.
55
ms.contributor: jahelmic
6-
ms.date: 10/26/2023
6+
ms.date: 10/23/2024
77
ms.topic: troubleshooting
88
title: Troubleshoot Azure Cloud Shell in a private virtual network
99
---
@@ -13,7 +13,7 @@ This article provides instructions for troubleshooting a private virtual network
1313
Cloud Shell. For best results, and to be supportable, following the deployment instructions in the
1414
[Deploy Azure Cloud Shell in a virtual network using quickstart templates][03] article.
1515

16-
## Verify you have set the correct permissions
16+
## Verify you have the correct permissions
1717

1818
To configure Azure Cloud Shell in a virtual network, you must have the **Owner** role assignment on
1919
the subscription. To view and assign roles, see [List owners of a subscription][01].
@@ -79,28 +79,13 @@ permissions for your subscription:
7979

8080
[![Screenshot showing the network relay role assignments.][ss04a]][ss04x]
8181

82-
## Redeploy Cloud Shell for a private virtual network
82+
## When all else fails
8383

8484
Verify the configurations described in this article. If you continue receive an error message when
8585
you try to use your deployment of Cloud Shell, you have two options:
8686

87-
1. Open a support ticket
8887
1. Redeploy Cloud Shell for a private virtual network
89-
90-
### Open a support ticket
91-
92-
If you want to open a support ticket, you can do so from the Azure portal. Be sure to capture any
93-
error messages, including the **Correlation Id** and **Activity Id** values. Don't change any
94-
settings or delete any resources until instructed to by a support technician.
95-
96-
Follow these steps to open a support ticket:
97-
98-
1. Select the **Support & Troubleshooting** icon on the top navigation bar in the Azure portal.
99-
1. From the **Support & Troubleshooting** pane, select **Help + support**.
100-
1. Select **Create a support request** at the top of the center pane.
101-
1. Follow the instructions to create a support ticket.
102-
103-
[![Screenshot of creating a support ticket in the Azure portal.][ss05a]][ss05x]
88+
1. Open a support ticket
10489

10590
### Redeploy Cloud Shell for a private virtual network
10691

@@ -124,13 +109,28 @@ The following list provides a description of the resources created by the deploy
124109
- A **Relay** resource with the name of the relay namespace you provided in the deployment template.
125110
- A **Storage account** resource with the name you provided in the deployment template.
126111

127-
Once you have removed the resources, you can redeploy Cloud Shell by following the steps in the
112+
After you remove the resources, you can redeploy Cloud Shell by following the steps in the
128113
[Deploy Azure Cloud Shell in a virtual network using quickstart templates][03] article.
129114

130115
You can find these resources by viewing the resource group in the Azure portal.
131116

132117
[![Screenshot of resources created by the deployment.][ss02a]][ss02x]
133118

119+
### Open a support ticket
120+
121+
If you want to open a support ticket, you can do so from the Azure portal. Be sure to capture any
122+
error messages, including the **Correlation Id** and **Activity Id** values. Don't change any
123+
settings or delete any resources until instructed to by a support technician.
124+
125+
Follow these steps to open a support ticket:
126+
127+
1. Select the **Support & Troubleshooting** icon on the top navigation bar in the Azure portal.
128+
1. From the **Support & Troubleshooting** pane, select **Help + support**.
129+
1. Select **Create a support request** at the top of the center pane.
130+
1. Follow the instructions to create a support ticket.
131+
132+
[![Screenshot of creating a support ticket in the Azure portal.][ss05a]][ss05x]
133+
134134
<!-- link references -->
135135
[01]: /azure/role-based-access-control/role-assignments-list-portal#list-owners-of-a-subscription
136136
[02]: https://portal.azure.com/

articles/container-apps/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
items:
238238
- name: Reliability in Azure Container Apps
239239
href: ../reliability/reliability-azure-container-apps.md
240-
- name: Dedicated hardware
240+
- name: Dedicated compute
241241
items:
242242
- name: Workload profiles
243243
href: workload-profiles-overview.md

articles/container-apps/quickstart-code-to-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ If the `up` command doesn't find a Dockerfile, it automatically uses Buildpacks
178178
::: zone-end
179179

180180

181-
In the following code example, the `.` (dot) tells `containerapp up` to run in the `src` directory of the extracted sample API application.
181+
In the following code example, the `.` (dot) tells `containerapp up` to run in the current directory of the extracted sample API application.
182182

183183
# [Bash](#tab/bash)
184184

articles/cost-management-billing/manage/avoid-unused-subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: mijeffer
66
ms.service: cost-management-billing
77
ms.subservice: billing
88
ms.topic: concept-article
9-
ms.date: 10/22/2024
9+
ms.date: 10/23/2024
1010
ms.author: banders
1111
# customer intent: As a billing administrator, I want to prevent my subscriptions from getting blocked or deleted.
1212
---
@@ -20,7 +20,7 @@ Unused and abandoned subscriptions can increase potential security risks to your
2020
> - Microsoft Online Service Program (MOSP)
2121
> - Cloud Solution Provider (CSP)
2222
> - Microsoft Customer Agreement (MCA) that you bought through the Azure website or Azure portal
23-
> - Microsoft Customer Agreement (MCA) that you bought through a Microsoft representative
23+
> - Microsoft Customer Agreement (MCA) that your partner manages
2424
2525
## What is an unused subscription?
2626

articles/cost-management-billing/manage/mca-setup-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: amberb
66
ms.service: cost-management-billing
77
ms.subservice: billing
88
ms.topic: how-to
9-
ms.date: 08/21/2024
9+
ms.date: 10/23/2024
1010
ms.author: banders
1111
---
1212

@@ -259,7 +259,7 @@ Close the Exchange savings plan page and then select the **I have viewed and agr
259259

260260
### Azure Marketplace products
261261

262-
Any Azure Marketplace products in your Enterprise agreement enrollment are moved along with the subscriptions. There are no changes to the service access of the Marketplace products during the transition.
262+
Any Azure Marketplace consumption-based products in your Enterprise agreement enrollment are moved along with the subscriptions. There are no changes to the service access of the Marketplace products during the transition. Purchases continue to remain in the source agreement.
263263

264264
### Support plan
265265

0 commit comments

Comments
 (0)