Skip to content

Commit c585119

Browse files
authored
Merge pull request #304369 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 6c21ab1 + d5b5e73 commit c585119

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

articles/logic-apps/expression-functions-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,15 +2079,15 @@ formatNumber(<number>, <format>, <locale>?)
20792079
Suppose that you want to format the number `1234567890`. This example formats that number as the string "1,234,567,890.00".
20802080

20812081
```
2082-
formatNumber(1234567890, '0,0.00', 'en-us')
2082+
formatNumber(1234567890, '#,##0.00', 'en-US')
20832083
```
20842084

20852085
*Example 2"
20862086

20872087
Suppose that you want to format the number `1234567890`. This example formats the number to the string "1.234.567.890,00".
20882088

20892089
```
2090-
formatNumber(1234567890, '0,0.00', 'is-is')
2090+
formatNumber(1234567890, '#,##0.00', 'is-IS')
20912091
```
20922092

20932093
*Example 3*
@@ -2103,7 +2103,7 @@ formatNumber(17.35, 'C2')
21032103
Suppose that you want to format the number `17.35`. This example formats the number to the string "17,35 kr".
21042104

21052105
```
2106-
formatNumber(17.35, 'C2', 'is-is')
2106+
formatNumber(17.35, 'C2', 'is-IS')
21072107
```
21082108

21092109
## G

articles/update-manager/security-awareness-ubuntu-support.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: habibaum
55
ms.author: v-uhabiba
66
ms.service: azure-update-manager
77
ms.topic: overview
8-
ms.date: 02/26/2025
8+
ms.date: 08/07/2025
99

1010
# Customer intent: "As an IT administrator managing Ubuntu servers, I want to upgrade to Ubuntu Pro or migrate to a newer LTS version, so that I can ensure ongoing security updates and reduce vulnerabilities in my environment."
1111
---
@@ -30,15 +30,22 @@ Azure Update Manager assesses both Azure and Arc-enabled VMs to identify availab
3030

3131
:::image type="content" source="./media/security-awareness-ubuntu-support/ubuntu-pro-subscription-inline.png" alt-text="Screenshot of recommendation to subscribe to Ubuntu Pro in Azure Update Manager." lightbox="./media/security-awareness-ubuntu-support/ubuntu-pro-subscription-expanded.png":::
3232

33+
## How to enable Ubuntu Pro
34+
35+
You can perform an in-place upgrade to Ubuntu Pro on your existing VMs without downtime.
36+
37+
> [!TIP]
38+
> For detailed instructions, follow the [official guide on how to upgrade to Ubuntu Pro for virtual machines on Azure](/azure/virtual-machines/workloads/canonical/ubuntu-pro-in-place-upgrade).
39+
3340
You can continue to use the Azure Update Manager [capabilities](updates-maintenance-schedules.md) to remain secure after migrating to a supported model from Canonical.
3441

3542
> [!NOTE]
3643
> For detailed information on Ubuntu LTS release cycles, end-of-support dates, and official upgrade paths, see the [Canonical Ubuntu LTS end of standard support guidance](/azure/virtual-machines/workloads/canonical/ubuntu-els-guidance).
37-
> - Ubuntu offers 20.04 LTS and 22.04 LTS as a migration from 18.04 LTS. [Learn more](https://ubuntu.com/18-04/azure).
44+
> - Ubuntu offers 22.04 LTS and 24.04 LTS as a migration from 20.04 LTS. [Learn more](https://ubuntu.com/20-04/azure).
3845
3946

4047
## Next steps
41-
-- Learn about the [supported regions for Azure VMs and Arc-enabled servers](supported-regions.md).
48+
- Learn about the [supported regions for Azure VMs and Arc-enabled servers](supported-regions.md).
4249
- Learn on the [Update sources, types](support-matrix.md) managed by Azure Update Manager.
4350
- Know more on [supported OS and system requirements for machines managed by Azure Update Manager](support-matrix-updates.md).
4451
- Learn on [Automatic VM guest patching](support-matrix-automatic-guest-patching.md).

0 commit comments

Comments
 (0)