Skip to content

Commit 5d080b0

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 9e013f1 + 245f377 commit 5d080b0

File tree

6 files changed

+27
-11
lines changed

6 files changed

+27
-11
lines changed

articles/cosmos-db/includes/linux-emulator-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
```bash
1818
docker run \
1919
--publish 8081:8081 \
20-
--publish 10251-10254:10251-10254 \
20+
--publish 10250-10255:10250-10255 \
2121
--memory 3g --cpus=2.0 \
2222
--name=test-linux-emulator \
2323
--env AZURE_COSMOS_EMULATOR_PARTITION_COUNT=10 \
@@ -33,7 +33,7 @@
3333
```bash
3434
docker run \
3535
--publish 8081:8081 \
36-
--publish 10251-10254:10251-10254 \
36+
--publish 10250-10255:10250-10255 \
3737
--name=test-linux-emulator-mongo \
3838
--env AZURE_COSMOS_EMULATOR_PARTITION_COUNT=10 \
3939
--env AZURE_COSMOS_EMULATOR_ENABLE_DATA_PERSISTENCE=true \

articles/cosmos-db/linux-emulator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Use the following steps to run the emulator on Linux:
142142

143143
|Name |Default |Description |
144144
|---------|---------|---------|
145-
| Ports: `-p` | | Currently, only ports 8081 and 10251-10255 are needed by the emulator endpoint. |
145+
| Ports: `-p` | | Currently, only ports `8081` and `10250-10255` are needed by the emulator endpoint. |
146146
| `AZURE_COSMOS_EMULATOR_PARTITION_COUNT` | 10 | Controls the total number of physical partitions, which in return controls the number of containers that can be created and can exist at a given point in time. We recommend starting small to improve the emulator start up time, i.e 3. |
147147
| Memory: `-m` | | On memory, 3 GB or more is required. |
148148
| Cores: `--cpus` | | Make sure to allocate enough memory and CPU cores. At least four cores are recommended. |
@@ -165,9 +165,9 @@ This section provides tips to troubleshoot errors when using the Linux emulator.
165165

166166
- Verify that the specific emulator container is in a running state.
167167

168-
- Verify that no other applications are using emulator ports: 8081 and 10250-10255.
168+
- Verify that no other applications are using emulator ports: `8081` and `10250-10255`.
169169

170-
- Verify that the container port 8081, is mapped correctly and accessible from an environment outside of the container.
170+
- Verify that the container port `8081`, is mapped correctly and accessible from an environment outside of the container.
171171

172172
```bash
173173
netstat -lt

articles/event-grid/authenticate-with-active-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Following are the prerequisites to authenticate to Event Grid.
7171

7272
- Install the SDK on your application.
7373
- [Java](/java/api/overview/azure/messaging-eventgrid-readme#include-the-package)
74-
- [.NET](/dotnet/api/overview/azure/messaging.eventgrid-readme-pre#install-the-package)
74+
- [.NET](/dotnet/api/overview/azure/messaging.eventgrid-readme#install-the-package)
7575
- [JavaScript](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventgrid/eventgrid#install-the-azureeventgrid-package)
7676
- [Python](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventgrid/azure-eventgrid#install-the-package)
7777
- Install the Azure Identity client library. The Event Grid SDK depends on the Azure Identity client library for authentication.

articles/update-center/deploy-updates.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@ To install one time updates on a single VM, follow these steps:
4141

4242
1. Select **Install now** to proceed with the one-time updates.
4343

44-
1. In **Install one-time updates**, select **+Add machine** to add the machine for deploying one-time.
44+
- In **Install one-time updates**, select **+Add machine** to add the machine for deploying one-time.
4545

46-
1. In **Select resources**, choose the machine and select **Add**.
46+
- In **Select resources**, choose the machine and select **Add**.
4747

4848
1. In **Updates**, specify the updates to include in the deployment. For each product, select or deselect all supported update classifications and specify the ones to include in your update deployment. If your deployment is meant to apply only for a select set of updates, its necessary to deselect all the pre-selected update classifications when configuring the **Inclusion/exclusion** updates described below. This ensures only the updates you've specified to include in this deployment are installed on the target machine.
4949

5050
> [!NOTE]
51-
> Selected Updates shows a preview of OS updates which may be installed based on the last OS update assessment information available. If the OS update assessment information in update center management (preview) is obsolete, the actual updates installed would vary. Especially if you have chosen to install a specific update category, where the OS updates applicable may vary as new packages or KB Ids may be available for the category.
51+
> - Selected Updates shows a preview of OS updates which may be installed based on the last OS update assessment information available. If the OS update assessment information in update center management (preview) is obsolete, the actual updates installed would vary. Especially if you have chosen to install a specific update category, where the OS updates applicable may vary as new packages or KB Ids may be available for the category.
52+
> - Update management center (preview) doesn't support driver updates.
53+
5254

5355
- Select **+Include update classification**, in the **Include update classification** select the appropriate classification(s) that must be installed on your machines.
5456

@@ -83,7 +85,7 @@ To install one time updates on a single VM, follow these steps:
8385

8486
1. Select to **Install now** to proceed with installing updates.
8587

86-
1. In **Install one-time updates** page, the selected machine appears. Choose the machine, select **Next** and follow the procedure from step 6 listed in **From Overview blade** of [Install updates on single VM](#install-updates-on-single-vm).
88+
1. In **Install one-time updates** page, the selected machine appears. Choose the machine, select **Next** and follow the procedure from step 4 listed in **From Overview blade** of [Install updates on single VM](#install-updates-on-single-vm).
8789

8890
A notification appears to inform you the activity has started and another is created when it's completed. When it is successfully completed, you can view the installation operation results in **History**. The status of the operation can be viewed at any time from the [Azure Activity log](../azure-monitor/essentials/activity-log.md).
8991

@@ -93,7 +95,7 @@ To install one time updates on a single VM, follow these steps:
9395
1. Under **Operations**, select **Updates**.
9496
1. In **Updates**, select **Go to Updates using Update Center**.
9597
1. In **Updates (Preview)**, select **One-time update** to install the updates.
96-
1. In **Install one-time updates** page, the selected machine appears. Choose the machine, select **Next** and follow the procedure from step 6 listed in **From Overview blade** of [Install updates on single VM](#install-updates-on-single-vm).
98+
1. In **Install one-time updates** page, the selected machine appears. Choose the machine, select **Next** and follow the procedure from step 4 listed in **From Overview blade** of [Install updates on single VM](#install-updates-on-single-vm).
9799

98100
---
99101

articles/update-center/scheduled-patching.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ To schedule recurring updates on a single VM, follow these steps:
6565

6666
1. In the **Machines** page, select your machine and select **Next** to continue.
6767

68+
1. In the **Updates** page, specify the updates to include in the deployment such as update classification(s) or KB ID/ packages that must be installed when you trigger your schedule.
69+
70+
> [!Note]
71+
> Update management center (preview) doesn't support driver updates.
72+
6873
1. In the **Tags** page, assign tags to maintenance configurations.
6974

7075
1. In the **Review + Create** page, verify your update deployment options and select **Create**.
@@ -123,6 +128,12 @@ To schedule recurring updates at scale, follow these steps:
123128

124129
1. In the **Machines** page, verify if the selected machines are listed. You can add or remove machines from the list. Select **Next** to continue.
125130

131+
1. In the **Updates** page, specify the updates to include in the deployment such as update classification(s) or KB ID/ packages that must be installed when you trigger your schedule.
132+
133+
> [!Note]
134+
> Update management center (preview) doesn't support driver updates.
135+
136+
126137
1. In the **Tags** page, assign tags to maintenance configurations.
127138

128139
1. In the **Review + Create** page, verify your update deployment options and select **Create**.

articles/update-center/support-matrix.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ This article details the Windows and Linux operating systems supported and syste
2424
### Operating system updates
2525
Update management center (preview) supports operating system updates for both Windows and Linux.
2626

27+
> [!NOTE]
28+
> Update management center (preview) doesn't support driver Updates.
29+
2730
### First party updates on Windows
2831
By default, the Windows Update client is configured to provide updates only for Windows. If you enable the **Give me updates for other Microsoft products when I update Windows** setting, you also receive updates for other products, including security patches for Microsoft SQL Server and other Microsoft software. You can configure this option if you have downloaded and copied the latest [Administrative template files](https://support.microsoft.com/help/3087759/how-to-create-and-manage-the-central-store-for-group-policy-administra) available for Windows 2016 and later.
2932

0 commit comments

Comments
 (0)