Skip to content

Commit e794461

Browse files
authored
Merge pull request #102956 from MicrosoftDocs/master
1/31 AM Publish
2 parents 627ed0e + de974b5 commit e794461

File tree

46 files changed

+1165
-354
lines changed

Some content is hidden

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

46 files changed

+1165
-354
lines changed

articles/active-directory-b2c/localization-string-ids.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: reference
11-
ms.date: 09/10/2018
11+
ms.date: 01/31/2020
1212
ms.author: marsma
1313
ms.subservice: B2C
1414
---
@@ -75,7 +75,7 @@ The following example localizes the Facebook identity provider to Arabic:
7575
<LocalizedString ElementType="ClaimsProvider" StringId="FacebookExchange">فيس بوك</LocalizedString>
7676
```
7777

78-
## Sign-up or sign-in error messages
78+
### Sign-up or sign-in error messages
7979

8080
| ID | Default value |
8181
| -- | ------------- |
@@ -128,7 +128,7 @@ The following are the IDs for a content definition with an ID of `api.localaccou
128128
| **ver_intro_msg** | Verification is necessary. Please click Send button. |
129129
| **ver_input** | Verification code |
130130

131-
## Sign-up and self asserted pages error messages
131+
### Sign-up and self asserted pages error messages
132132

133133
| ID | Default value |
134134
| -- | ------------- |
@@ -199,6 +199,29 @@ The following example shows the use of some of the user interface elements in th
199199

200200
![Sign-up page email verification UX elements](./media/localization-string-ids/localization-mfa2.png)
201201

202+
## Verification display control user interface elements
203+
204+
The following are the IDs for a [Verification display control](display-control-verification.md)
205+
206+
| ID | Default value |
207+
| -- | ------------- |
208+
|verification_control_but_change_claims |Change |
209+
|verification_control_fail_send_code |Failed to send the code, please try again later. |
210+
|verification_control_fail_verify_code |Failed to verify the code, please try again later. |
211+
|verification_control_but_send_code |Send Code |
212+
|verification_control_but_send_new_code |Send New Code |
213+
|verification_control_but_verify_code |Verify Code |
214+
215+
### Verification display control error messages
216+
217+
| ID | Default value |
218+
| -- | ------------- |
219+
|UserMessageIfMaxRetryAttempted |One time password provided verification has exceeded maximum number of attempts |
220+
|UserMessageIfSessionDoesNotExist |One time password verification session has expired |
221+
|UserMessageIfSessionConflict |One time password verification session has conflict |
222+
|UserMessageIfInvalidCode |One time password provided for verification is incorrect |
223+
224+
202225

203226

204227

articles/active-directory/cloud-provisioning/tutorial-pilot-aadc-aadccp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Azure AD Connect sync synchronizes changes occurring in your on-premises directo
6464

6565
**Name:** Give the rule a meaningful name<br>
6666
**Description:** Add a meaningful description<br>
67+
6768
**Connected System:** Choose the AD connector that you are writing the custom sync rule for<br>
6869
**Connected System Object Type:** User<br>
6970
**Metaverse Object Type:** Person<br>

articles/aks/azure-disk-customer-managed-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: mlearned
1212

1313
# Bring your own keys (BYOK) with Azure disks in Azure Kubernetes Service (AKS)
1414

15-
Azure Storage encrypts all data in a storage account at rest. By default, data is encrypted with Microsoft-managed keys. For additional control over encryption keys, you can supply [customer-managed keys][customer-managed-keys] to use for encryption of both the OS and data disks for your AKS clusters.
15+
Azure Storage encrypts all data in a storage account at rest. By default, data is encrypted with Microsoft-managed keys. For additional control over encryption keys, you can supply [customer-managed keys][customer-managed-keys] to use for encryption at rest for both the OS and data disks for your AKS clusters.
1616

1717
> [!NOTE]
1818
> BYOK Linux and Windows based AKS clusters are available in [Azure regions][supported-regions] that support server side encryption of Azure managed disks.

articles/aks/private-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The API server endpoint has no public IP address. Consequently, you must create
127127
* To use a custom DNS server, deploy an AD server with DNS to forward to this IP 168.63.129.16
128128

129129
## Limitations
130-
* Availability Zones are not currently supported
130+
* Availability Zones are currently only supported for East US 2 and West US 2 regions
131131
* [Azure Private Link service limitations][private-link-service] apply to private clusters, Azure private endpoints, and virtual network service endpoints, which aren't currently supported in the same virtual network.
132132
* No support for virtual nodes in a private cluster to spin private Azure Container Instances (ACI) in a private Azure virtual network
133133
* No support for Azure DevOps integration out of the box with private clusters

articles/backup/backup-afs.md

Lines changed: 47 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,126 @@
11
---
22
title: Back up Azure file shares in the Azure portal
3-
description: Learn how to use the Azure portal to back up Azure file shares in the Recovery Services Vault
3+
description: Learn how to use the Azure portal to back up Azure file shares in the Recovery Services vault
44
ms.topic: conceptual
55
ms.date: 01/20/2020
66
---
77

8-
# Back up Azure file shares in a Recovery Services Vault
8+
# Back up Azure file shares in a Recovery Services vault
99

1010
This article explains how to use the Azure portal to back up [Azure file shares](https://docs.microsoft.com/azure/storage/files/storage-files-introduction).
1111

12-
In this guide, you'll learn how to:
12+
In this article, you'll learn how to:
1313

14-
* Create a Recovery Services vault
15-
* Discover fileshares and configure backups
16-
* Run an on-demand backup job to create a restore point
14+
* Create a Recovery Services vault.
15+
* Discover file shares and configure backups.
16+
* Run an on-demand backup job to create a restore point.
1717

1818
## Prerequisites
1919

20-
* Identify or create a [Recovery Services vault](#create-a-recovery-services-vault) in the same region as the storage account hosting the file share.
20+
* Identify or create a [Recovery Services vault](#create-a-recovery-services-vault) in the same region as the storage account that hosts the file share.
21+
* Ensure that the file share is present in one of the [supported storage account types](#limitations-for-azure-file-share-backup-during-preview).
2122

22-
* Ensure that the file share is present in one of the [supported Storage Account types](#limitations-for-azure-file-share-backup-during-preview).
23+
## Limitations for Azure file share backup during preview
2324

24-
## Limitations for Azure file share backup during Preview
25+
Backup for Azure file shares is in preview. Azure file shares in both general-purpose v1 and general-purpose v2 storage accounts are supported. Here are the limitations for backing up Azure file shares:
2526

26-
Backup for Azure file shares is in Preview. Azure file shares in both general-purpose v1 and general-purpose v2 storage accounts are supported. These are the limitations for backing-up Azure file shares:
27-
28-
* Support for Backup of Azure file shares in storage accounts with [zone redundant storage](https://docs.microsoft.com/azure/storage/common/storage-redundancy-zrs) (ZRS) replication is currently limited to [these regions](https://docs.microsoft.com/azure/backup/backup-azure-files-faq#in-which-geos-can-i-back-up-azure-file-shares).
27+
* Support for backup of Azure file shares in storage accounts with [zone-redundant storage](https://docs.microsoft.com/azure/storage/common/storage-redundancy-zrs) (ZRS) replication is currently limited to [these regions](https://docs.microsoft.com/azure/backup/backup-azure-files-faq#in-which-geos-can-i-back-up-azure-file-shares).
2928
* Azure Backup currently supports configuring scheduled once-daily backups of Azure file shares.
3029
* The maximum number of scheduled backups per day is one.
3130
* The maximum number of on-demand backups per day is four.
3231
* Use [resource locks](https://docs.microsoft.com/cli/azure/resource/lock?view=azure-cli-latest) on the storage account to prevent accidental deletion of backups in your Recovery Services vault.
33-
* Do not delete snapshots created by Azure Backup. Deleting snapshots can result in loss of recovery points and/or restore failures.
34-
* Do not delete file shares that are protected by Azure Backup. The current solution will delete all snapshots taken by Azure Backup once the file share is deleted and therefore all restore points will be lost.
32+
* Don't delete snapshots created by Azure Backup. Deleting snapshots can result in loss of recovery points or restore failures.
33+
* Don't delete file shares that are protected by Azure Backup. The current solution deletes all snapshots taken by Azure Backup after the file share is deleted, so all restore points will be lost.
3534

3635
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
3736

3837
## Modify storage replication
3938

4039
By default, vaults use [geo-redundant storage (GRS)](https://docs.microsoft.com/azure/storage/common/storage-redundancy-grs).
4140

42-
* If the vault is your primary backup mechanism, we recommend you use GRS.
43-
41+
* If the vault is your primary backup mechanism, we recommend that you use GRS.
4442
* You can use [locally redundant storage (LRS)](https://docs.microsoft.com/azure/storage/common/storage-redundancy-lrs?toc=%2fazure%2fstorage%2fblobs%2ftoc.json) as a low-cost option.
4543

46-
Modify the storage replication type as follows:
44+
To modify the storage replication type:
4745

48-
1. In the new vault, click **Properties** in the **Settings** section.
46+
1. In the new vault, select **Properties** under the **Settings** section.
4947

50-
2. In **Properties**, under **Backup Configuration**, click **Update**.
48+
1. On the **Properties** page, under **Backup Configuration**, select **Update**.
5149

52-
3. Select the storage replication type, and click **Save**.
50+
1. Select the storage replication type, and select **Save**.
5351

5452
![Update Backup Configuration](./media/backup-afs/backup-configuration.png)
5553

5654
> [!NOTE]
57-
> You can't modify the storage replication type after the vault is set up and contains backup items. If you want to do this, you need to recreate the vault.
55+
> You can't modify the storage replication type after the vault is set up and contains backup items. If you want to do this, you need to re-create the vault.
5856
>
5957
60-
## Discover File Shares and configure backup
58+
## Discover file shares and configure backup
6159

6260
1. In the [Azure portal](https://portal.azure.com/), open the Recovery Services vault you want to use to back up the file share.
6361

64-
2. In the **Recovery Services vault** dashboard, select **+Backup**.
62+
1. In the **Recovery Services vault** dashboard, select **+Backup**.
6563

66-
![Recovery Services Vault](./media/backup-afs/recovery-services-vault.png)
64+
![Recovery Services vault](./media/backup-afs/recovery-services-vault.png)
6765

68-
a. In **Backup Goal**, set **Where is your workload running?** to **Azure**.
66+
a. In **Backup Goal**, set **Where is your workload running?** to **Azure**.
6967

70-
![Choose Azure File Share as Backup goal](./media/backup-afs/backup-goal.png)
68+
![Choose Azure File Share as backup goal](./media/backup-afs/backup-goal.png)
7169

72-
b. In **What do you want to backup**, select **Azure File Share** from the drop-down menu.
70+
b. In **What do you want to back up?**, select **Azure File Share** from the drop-down list.
7371

74-
c. Click **Backup** to register the Azure File Share extension in the vault.
72+
c. Select **Backup** to register the Azure file share extension in the vault.
7573

76-
![Click Backup to associate the Azure file share with vault](./media/backup-afs/register-extension.png)
74+
![Select Backup to associate the Azure file share with vault](./media/backup-afs/register-extension.png)
7775

78-
3. Once you click **Backup**, the Backup blade opens and prompts you to select a Storage account from a list of discovered supported Storage accounts. They are either associated with this vault or present in the same region as the vault, but not yet associated to any Recovery Services vault.
76+
1. After you select **Backup**, the **Backup** pane opens and prompts you to select a storage account from a list of discovered supported storage accounts. They're either associated with this vault or present in the same region as the vault, but not yet associated to any Recovery Services vault.
7977

8078
![Select storage account](./media/backup-afs/select-storage-account.png)
8179

82-
4. From the list of discovered storage accounts, select an account, and click **OK**. Azure searches the storage account for files shares that can be backed up. If you recently added your file shares and do not see them in the list, give some time for the file shares to appear.
80+
1. From the list of discovered storage accounts, select an account, and select **OK**. Azure searches the storage account for file shares that can be backed up. If you recently added your file shares and don't see them in the list, allow some time for the file shares to appear.
8381

84-
![Discovering File Shares](./media/backup-afs/discovering-file-shares.png)
82+
![Discovering file shares](./media/backup-afs/discovering-file-shares.png)
8583

86-
5. From the **File Shares** list, select one or more of the file shares you want to back up, and click **OK**.
84+
1. From the **File Shares** list, select one or more of the file shares you want to back up. Select **OK**.
8785

88-
6. After choosing your File Shares, the **Backup** menu switches to **Backup policy**. From this menu, either select an existing backup policy, or create a new one, and then click **Enable Backup**.
86+
1. After you choose your file shares, the **Backup** menu switches to **Backup policy**. From this menu, either select an existing backup policy or create a new one. Then select **Enable Backup**.
8987

9088
![Select Backup policy](./media/backup-afs/select-backup-policy.png)
9189

92-
After establishing a backup policy, a snapshot of the File Shares will be taken at the scheduled time, and the recovery point is retained for the chosen period.
90+
After you set a backup policy, a snapshot of the file shares is taken at the scheduled time. The recovery point is also retained for the chosen period.
9391

9492
## Create an on-demand backup
9593

96-
Occasionally, you may want to generate a backup snapshot, or recovery point, outside of the times scheduled in the backup policy. A common reason to generate an on-demand backup is right after you've configured the backup policy. Based on the schedule in the backup policy, it may be hours or days until a snapshot is taken. To protect your data until the backup policy engages, initiate an on-demand backup. Creating an on-demand backup is often required before you make planned changes to your file shares.
94+
Occasionally, you might want to generate a backup snapshot, or recovery point, outside of the times scheduled in the backup policy. A common reason to generate an on-demand backup is right after you've configured the backup policy. Based on the schedule in the backup policy, it might be hours or days until a snapshot is taken. To protect your data until the backup policy engages, initiate an on-demand backup. Creating an on-demand backup is often required before you make planned changes to your file shares.
9795

98-
### To create an on-demand backup
96+
### Create a backup job on demand
9997

100-
1. Open the Recovery Services vault you used to back up your file share, and click **Backup Items** under the **Protected Items** section of the **Overview** blade.
98+
1. Open the Recovery Services vault you used to back up your file share. On the **Overview** pane, select **Backup items** under the **Protected items** section.
10199

102-
![Click Backup Items](./media/backup-afs/backup-items.png)
100+
![Select Backup items](./media/backup-afs/backup-items.png)
103101

104-
2. Once you click **Backup Items**, a new blade listing all **Backup Management Types** will be displayed next to the **Overview** blade as follows:
102+
1. After you select **Backup items**, a new pane that lists all **Backup Management Types** appears next to the **Overview** pane.
105103

106104
![List of Backup Management Types](./media/backup-afs/backup-management-types.png)
107105

108-
3. From the list of **Backup Management Types**, select **Azure Storage (Azure Files)**. You will see a list of all the file shares and the corresponding storage accounts backed up using this vault.
106+
1. From the **Backup Management Type** list, select **Azure Storage (Azure Files)**. You'll see a list of all the file shares and the corresponding storage accounts backed up by using this vault.
109107

110108
![Azure Storage (Azure Files) backup items](./media/backup-afs/azure-files-backup-items.png)
111109

112-
4. From the list of Azure file shares, select the desired file share. The **Backup Item** details appear. From the **Backup Item** menu, click **Backup now**. Because this is an on-demand backup job, there is no retention policy associated with the recovery point.
110+
1. From the list of Azure file shares, select the file share you want. The **Backup Item** details appear. On the **Backup Item** menu, select **Backup now**. Because this backup job is on demand, there's no retention policy associated with the recovery point.
113111

114-
![Click Backup Now](./media/backup-afs/backup-now.png)
112+
![Select Backup now](./media/backup-afs/backup-now.png)
115113

116-
5. The **Backup Now** blade opens. Specify the last day you want to retain the recovery point. You can have a maximum retention of 10 years for an on-demand backup.
114+
1. The **Backup Now** pane opens. Specify the last day you want to retain the recovery point. You can have a maximum retention of 10 years for an on-demand backup.
117115

118116
![Choose retention date](./media/backup-afs/retention-date.png)
119117

120-
6. Click **Ok** to confirm the on-demand backup job run.
118+
1. Select **OK** to confirm the on-demand backup job that runs.
121119

122-
7. Monitor the portal notifications to keep a track of backup job run completion. You can monitor the job progress in the vault dashboard > **Backup Jobs** > **In progress**.
120+
1. Monitor the portal notifications to keep a track of backup job run completion. You can monitor the job progress in the vault dashboard. Select **Backup Jobs** > **In progress**.
123121

124122
## Next steps
125123

126-
* Learn how to [Restore Azure file shares](restore-afs.md)
127-
128-
* Learn how to [Manage Azure file share backups](manage-afs-backup.md)
124+
Learn how to:
125+
* [Restore Azure file shares](restore-afs.md)
126+
* [Manage Azure file share backups](manage-afs-backup.md)

0 commit comments

Comments
 (0)