Skip to content

Commit c6a574d

Browse files
authored
Merge pull request #283215 from MicrosoftDocs/release-preview-extended-zones
[Scheduled Publish] Release preview extended zones --> main -- - 08/02 - 10:00AM PST
2 parents 58a6e84 + fdba998 commit c6a574d

35 files changed

+1211
-0
lines changed

articles/extended-zones/TOC.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
- name: Azure Extended Zones documentation
2+
href: index.yml
3+
- name: Overview
4+
items:
5+
- name: What is Azure Extended Zones?
6+
href: overview.md
7+
- name: Quickstarts
8+
items:
9+
- name: Deploy a VM in an Extended Zone - Portal
10+
href: deploy-vm-portal.md
11+
- name: Deploy a VM in an Extended Zone - ARM template
12+
href: deploy-vm-arm-template.md
13+
expanded: true
14+
- name: Tutorials
15+
items:
16+
- name: Back up a virtual machine
17+
href: backup-virtual-machine.md
18+
- name: Concepts
19+
items:
20+
- name: Extended Zones FAQ
21+
href: faq.md
22+
- name: How-to guides
23+
items:
24+
- name: Request access to an Extended Zone
25+
href: request-access.md
26+
- name: Deploy an AKS cluster in an Extended Zone
27+
href: deploy-aks-cluster.md
28+
- name: Deploy a storage account in an Extended Zone
29+
href: create-storage-account.md
30+
- name: Request quota increase
31+
href: request-quota-increase.md
32+
- name: Reference
33+
items:
34+
- name: Azure CLI
35+
href: /cli/azure/edge-zones
36+
- name: Azure PowerShell
37+
href: /powershell/module/az.edgezones
38+
- name: Resources
39+
items:
40+
- name: Microsoft Q&A
41+
href: /answers/tags/133/azure
42+
- name: Azure support
43+
href: https://azure.microsoft.com/support/
44+
- name: Service updates
45+
href: https://azure.microsoft.com/updates
46+
- name: SLA
47+
href: https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
title: "Tutorial: Back up an Azure Extended Zone VM"
3+
description: Learn how to back up a virtual machine (VM) in Azure Extended Zones using the Azure portal.
4+
author: halkazwini
5+
ms.author: halkazwini
6+
ms.service: azure
7+
ms.topic: tutorial
8+
ms.date: 07/16/2024
9+
10+
---
11+
12+
# Tutorial: Back up an Azure Extended Zone virtual machine
13+
14+
> [!IMPORTANT]
15+
> Azure Extended Zones service is currently in PREVIEW.
16+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
17+
18+
You can protect your data by taking backups at regular intervals. Azure Backup creates recovery points that can be stored in geo-redundant recovery vaults. In this article, you learn how to back up an existing virtual machine (VM) using the Azure portal.
19+
20+
In this tutorial, you learn how to:
21+
22+
> [!div class="checklist"]
23+
> - Create a Recovery Services vault.
24+
> - Apply a backup policy to an Extended Zone VM.
25+
26+
## Prerequisites
27+
28+
- An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
29+
30+
- An Azure virtual machine (VM) in an Extended Zone. For more information, see [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md).
31+
32+
## Create a Recovery Services vault
33+
34+
A Recovery Services vault is a management entity that stores recovery points that are created over time, and it provides an interface to perform backup-related operations. These operations include taking on-demand backups, performing restores, and creating backup policies. In this section, you create a Recovery Services vault.
35+
36+
1. Sign in to the [Azure portal](https://portal.azure.com).
37+
38+
1. In the search box at the top of the portal, enter ***backup***. Select **Backup center** from the search results.
39+
40+
:::image type="content" source="./media/backup-virtual-machine/portal-search.png" alt-text="Screenshot that shows how to search for Backup center in the Azure portal." lightbox="./media/backup-virtual-machine/portal-search.png":::
41+
42+
1. On the **Overview** page, select **+ Vault**.
43+
44+
:::image type="content" source="./media/backup-virtual-machine/backup-center-vault.png" alt-text="Screenshot that shows how to create a vault from the Backup center in the Azure portal." lightbox="./media/backup-virtual-machine/backup-center-vault.png":::
45+
46+
1. On the **Start: Create Vault** page, select **Recovery Services vault** and then select **Continue**.
47+
48+
:::image type="content" source="./media/backup-virtual-machine/create-vault.png" alt-text="Screenshot that shows how to create a Recovery Services vault in the Azure portal." lightbox="./media/backup-virtual-machine/create-vault.png":::
49+
50+
1. On the **Basics** tab of **Create Recovery Services vault**, enter or select the following information:
51+
52+
| Setting | Value |
53+
| --- | --- |
54+
| **Project Details** | |
55+
| Subscription | Select your Azure subscription. |
56+
| Resource group | Select **Create new**. </br> Enter *myResourceGroup* in **Name**. </br> Select **OK**. |
57+
| **Instance Details** | |
58+
| Vault name | Enter *myVault*. |
59+
| Region | Select **West US**. Recovery Services vault can only be created in an Azure region and not in an Azure Extended Zone. |
60+
61+
:::image type="content" source="./media/backup-virtual-machine/create-vault-basics.png" alt-text="Screenshot that shows the Basics tab of creating a Recovery Services vault in the Azure portal." lightbox="./media/backup-virtual-machine/create-vault-basics.png":::
62+
63+
1. Select **Review + create**.
64+
65+
1. Review the settings, and then select **Create**.
66+
67+
## Apply a backup policy
68+
69+
1. On the **Overview** page of **Backup center**, select **+ Backup**.
70+
71+
:::image type="content" source="./media/backup-virtual-machine/backup-center-backup.png" alt-text="Screenshot that shows how to create a backup from the Backup center in the Azure portal." lightbox="./media/backup-virtual-machine/backup-center-backup.png":::
72+
73+
1. On **Start: Configure Backup** page, select the following information:
74+
75+
| Setting | Value |
76+
| --- | --- |
77+
| **Datasource type** | |
78+
| Datasource type | Select **Azure virtual machines**. |
79+
| Vault | Select **myVault**. You'll use this Recovery Services vault to store your VM backups. |
80+
81+
:::image type="content" source="./media/backup-virtual-machine/configure-backup-vault.png" alt-text="Screenshot that shows how to select the Recovery Services vault." lightbox="./media/backup-virtual-machine/configure-backup-vault.png":::
82+
83+
1. Select **Continue**.
84+
85+
1. On **Configure backup** page, select **Enhanced** to choose the Enhanced policy, then select **Add** to add the virtual machines that you want to backup using this policy.
86+
87+
:::image type="content" source="./media/backup-virtual-machine/configure-backup.png" alt-text="Screenshot that shows how to add virtual machines to the backup policy." lightbox="./media/backup-virtual-machine/configure-backup.png":::
88+
89+
1. Select **Enable backup**.
90+
91+
## Clean up resources
92+
93+
When no longer needed, delete the resource group and the resources it contains:
94+
95+
1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results.
96+
97+
1. Select **Delete resource group**.
98+
99+
1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**.
100+
101+
1. Select **Delete** to confirm the deletion of the resource group and all its resources.
102+
103+
## Related content
104+
105+
- [What is Azure Extended Zones?](overview.md)
106+
- [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md)
107+
- [Frequently asked questions](faq.md)
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: Deploy a storage account in an Azure Extended Zone
3+
description: Learn how to deploy a storage account in an Azure Extended Zone.
4+
author: halkazwini
5+
ms.author: halkazwini
6+
ms.service: azure
7+
ms.topic: how-to
8+
ms.date: 07/16/2024
9+
10+
---
11+
12+
# Create a storage account in an Azure Extended Zone
13+
14+
> [!IMPORTANT]
15+
> Azure Extended Zones service is currently in PREVIEW.
16+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
17+
18+
In this article, you learn how to create an Azure storage account in Los Angeles Extended Zone.
19+
20+
## Prerequisites
21+
22+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23+
24+
- Access to Los Angeles Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
25+
26+
## Sign in to Azure
27+
28+
Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
29+
30+
## Create a storage account in an Extended Zone
31+
32+
In this section, you create a storage account in an Extended Zone.
33+
34+
1. In the search box at the top of the portal, enter ***storage***. Select **Storage accounts** from the search results.
35+
36+
:::image type="content" source="./media/create-storage-account/portal-search.png" alt-text="Screenshot that shows how to search for storage accounts in the Azure portal.":::
37+
38+
1. In the **Storage accounts** page, select **+ Create**.
39+
40+
1. On the **Basics** tab of **Create a storage account**, enter, or select the following information:
41+
42+
| Setting | Value |
43+
| --- | --- |
44+
| **Project details** | |
45+
| Subscription | Select your Azure subscription. |
46+
| Resource group | Select **Create new**. </br> Enter *myResourceGroup* in **Name**. </br> Select **OK**. |
47+
| **Instance details** | |
48+
| Storage account name | Enter a unique name. |
49+
| Region | Select **(US) West US** and then select **Deploy to an Azure Extended Zone**. </br> In **Azure Extended Zones**, select **Los Angeles**. </br> Select the **Select** button. |
50+
| Performance | **Premium** is the only available option for an Extended Zone. |
51+
| Premium account type | Select **Page blobs**. Other available options are **Block blobs** and **File shares**. |
52+
| Redundancy | **Locally-redundant storage (LRS)** is the only available option for an Extended Zone. |
53+
54+
:::image type="content" source="./media/create-storage-account/create-storage-account-basics.png" alt-text="Screenshot that shows the Basics tab of creating a storage account in an Azure Extended Zone." lightbox="./media/create-storage-account/create-storage-account-basics.png":::
55+
56+
> [!NOTE]
57+
> Azure Extended Zones only supports premium storage accounts with locally-redundant storage (LRS) redundancy.
58+
59+
1. Select **Review + create**.
60+
61+
1. Review the settings, and then select **Create**.
62+
63+
## Clean up resources
64+
65+
When no longer needed, delete the storage account and its resource group:
66+
67+
1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results.
68+
69+
1. Select **Delete resource group**.
70+
71+
1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**.
72+
73+
1. Select **Delete** to confirm the deletion of the resource group and all its resources.
74+
75+
## Related content
76+
77+
- [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md)
78+
- [Deploy an AKS cluster in an Extended Zone](deploy-aks-cluster.md)
79+
- [Frequently asked questions](faq.md)
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
title: Deploy an Azure Kubernetes Service (AKS) cluster in an Extended Zone
3+
description: Learn how to deploy an Azure Kubernetes Service (AKS) cluster in an Azure Extended Zone using the Azure portal.
4+
author: halkazwini
5+
ms.author: halkazwini
6+
ms.service: azure
7+
ms.topic: how-to
8+
ms.date: 07/16/2024
9+
10+
---
11+
12+
# Deploy an Azure Kubernetes Service (AKS) cluster in an Azure Extended Zone
13+
14+
> [!IMPORTANT]
15+
> Azure Extended Zones service is currently in PREVIEW.
16+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
17+
18+
Azure Kubernetes Service (AKS) is a managed Kubernetes service that lets you quickly deploy and manage clusters. In this article, you learn how to create an AKS cluster in Los Angeles Extended Zone.
19+
20+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
21+
22+
## Prerequisites
23+
24+
- An Azure account with an active subscription.
25+
26+
- Access to Los Angeles Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
27+
28+
## Sign in to Azure
29+
30+
Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
31+
32+
## Create an AKS cluster in an Extended Zone
33+
34+
In this section, you create an AKS cluster in Los Angeles.
35+
36+
> [!NOTE]
37+
> To quickly get started with provisioning an AKS cluster in an Extended Zone, this article includes steps to deploy a cluster with default settings for evaluation purposes only. Before deploying a production-ready cluster, we recommend that you familiarize yourself with our [baseline reference architecture](/azure/architecture/reference-architectures/containers/aks/baseline-aks?toc=/azure/extended-zones/toc.json) to consider how it aligns with your business requirements.
38+
39+
1. In the search box at the top of the portal, enter ***Kubernetes***. Select **Kubernetes services** from the search results.
40+
41+
:::image type="content" source="./media/deploy-aks-cluster/portal-search.png" alt-text="Screenshot that shows how to search for Azure Kubernetes Service in the Azure portal." lightbox="./media/deploy-aks-cluster/portal-search.png":::
42+
43+
1. In the **Kubernetes services** page, select **+ Create** and then select **Create a Kubernetes cluster**.
44+
45+
1. On the **Basics** tab of **Create Kubernetes cluster**, enter or select the following information:
46+
47+
| Setting | Value |
48+
| --- | --- |
49+
| **Project details** | |
50+
| Subscription | Select your Azure subscription. |
51+
| Resource group | Select **Create new**. </br> Enter *myResourceGroup* in **Name**. </br> Select **OK**. |
52+
| **Cluster details** | |
53+
| Cluster preset configuration | Select **Production Standard**. You can modify preset configurations at any time. |
54+
| Storage account name | Enter *myAKSCluster*. |
55+
| Region | Select **(US) West US** and then select **Deploy to an Azure Extended Zone**. </br> In **Azure Extended Zones**, select **Los Angeles**. </br> Select the **Select** button. |
56+
57+
:::image type="content" source="./media/deploy-aks-cluster/aks-basics.png" alt-text="Screenshot that shows the Basics tab of create an AKS cluster in the Azure portal." lightbox="./media/deploy-aks-cluster/aks-basics.png":::
58+
59+
1. Select **Review + create**.
60+
61+
1. Review the settings, and then select **Create**.
62+
63+
It takes a few minutes to create the AKS cluster.
64+
65+
1. When your deployment is complete, go to your resource by selecting **Go to resource**.
66+
67+
## Clean up resources
68+
69+
When no longer needed, delete the AKS cluster and its resource group to avoid Azure charges:
70+
71+
1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results.
72+
73+
1. Select **Delete resource group**.
74+
75+
1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**.
76+
77+
1. Select **Delete** to confirm the deletion of the resource group and all its resources.
78+
79+
## Related content
80+
81+
- [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md)
82+
- [Deploy a storage account in an Extended Zone](create-storage-account.md)
83+
- [Frequently asked questions](faq.md)

0 commit comments

Comments
 (0)