Skip to content

Commit

Permalink
Merging changes synced from https://github.com/MicrosoftDocs/azure-co…
Browse files Browse the repository at this point in the history
…mpute-docs-pr (branch live)
  • Loading branch information
Learn Build Service GitHub App authored and Learn Build Service GitHub App committed Sep 27, 2024
2 parents 3f5f31c + d45ef82 commit 41d1fd9
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 131 deletions.
183 changes: 103 additions & 80 deletions articles/virtual-machines/automatic-extension-upgrade.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ az vm extension set \
## Automatic extension upgrade
A new feature to [automatically upgrade minor versions](../automatic-extension-upgrade.md) of Dependency extension is now available.

To enable automatic extension upgrade for an extension, you must ensure the property `enableAutomaticUpgrade` is set to `true` and added to the extension template. This property must be enabled on every VM or VM scale set individually. Use one of the methods described in the [enablement](../automatic-extension-upgrade.md#enabling-automatic-extension-upgrade) section enable the feature for your VM or VM scale set.
To enable automatic extension upgrade for an extension, you must ensure the property `enableAutomaticUpgrade` is set to `true` and added to the extension template. This property must be enabled on every VM or VM scale set individually. Use one of the methods described in the [enablement](../automatic-extension-upgrade.md#enable-automatic-extension-upgrade) section enable the feature for your VM or VM scale set.

When automatic extension upgrade is enabled on a VM or VM scale set, the extension is upgraded automatically whenever the extension publisher releases a new version for that extension. The upgrade is applied safely following availability-first principles as described [here](../automatic-extension-upgrade.md#how-does-automatic-extension-upgrade-work).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Set-AzVMExtension -ExtensionName "Microsoft.Azure.Monitoring.DependencyAgent" `
## Automatic extension upgrade
A new feature to [automatically upgrade minor versions](../automatic-extension-upgrade.md) of Dependency extension is now available.

To enable automatic extension upgrade for an extension, you must ensure the property `enableAutomaticUpgrade` is set to `true` and added to the extension template. This property must be enabled on every VM or VM scale set individually. Use one of the methods described in the [enablement](../automatic-extension-upgrade.md#enabling-automatic-extension-upgrade) section enable the feature for your VM or VM scale set.
To enable automatic extension upgrade for an extension, you must ensure the property `enableAutomaticUpgrade` is set to `true` and added to the extension template. This property must be enabled on every VM or VM scale set individually. Use one of the methods described in the [enablement](../automatic-extension-upgrade.md#enable-automatic-extension-upgrade) section enable the feature for your VM or VM scale set.

When automatic extension upgrade is enabled on a VM or VM scale set, the extension is upgraded automatically whenever the extension publisher releases a new version for that extension. The upgrade is applied safely following availability-first principles as described [here](../automatic-extension-upgrade.md#how-does-automatic-extension-upgrade-work).

Expand Down
2 changes: 1 addition & 1 deletion articles/virtual-machines/includes/disks-premv2-regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Currently only available in the following regions:
- North Europe (Three availability zones)
- Norway East (Three availability zones)
- Poland Central (Three availability zones)
- Spain Central (Two availability zones)
- Spain Central (Three availability zones)
- South Africa North (Three availability zones)
- South Central US (Three availability zones)
- Southeast Asia (Three availability zones)
Expand Down
106 changes: 61 additions & 45 deletions articles/virtual-machines/updates-maintenance-overview.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Oracle solutions on Azure virtual machines | Microsoft Docs
description: Learn about supported configurations and limitations of Oracle virtual machine images on Microsoft Azure.
title: Oracle virtual machine images and their deployment on Microsoft Azure
description: Learn about Oracle virtual machine images and their deployment to Microsoft Azure.
author: jjaygbay1
ms.service: oracle-on-azure
ms.custom:
Expand All @@ -9,7 +9,7 @@ ms.topic: article
ms.date: 04/11/2023
ms.author: jacobjaygbay
---
# Oracle VM images and their deployment on Microsoft Azure
# Oracle virtual machine images and their deployment on Microsoft Azure

**Applies to:** :heavy_check_mark: Linux VMs

Expand Down
6 changes: 6 additions & 0 deletions articles/virtual-machines/workloads/oracle/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ items:
href: weblogic-server-azure-virtual-machine.md
- name: WebLogic Server on Azure Kubernetes Service
href: weblogic-aks.md
- name: Oracle application solutions integrating Microsoft Azure and Oracle Cloud Infrastructure
href: oracle-oci-overview.md
- name: Oracle VM images and their deployment on Microsoft Azure
href: oracle-vm-solutions.md
- name: Quickstart for WebLogic Server on Azure Kubernetes Service
href: /azure/aks/howto-deploy-java-wls-app?toc=/azure/virtual-machines/workloads/oracle/toc.json&bc=/azure/virtual-machines/workloads/oracle/breadcrumb/toc.json
- name: Configuration
Expand All @@ -21,6 +25,8 @@ items:
href: configure-oracle-asm.md
- name: Implement Oracle Data Guard on an Azure Linux VM
href: configure-oracle-dataguard.md
- name: Connect Azure ExpressRoute with Oracle Cloud Infrastructure
href: configure-azure-oci-networking.md
- name: Implement Oracle Golden Gate on an Azure Linux VM
href: configure-oracle-golden-gate.md
- name: Migration
Expand Down

0 comments on commit 41d1fd9

Please sign in to comment.