Skip to content

Commit 4598a2b

Browse files
authored
Merge branch 'MicrosoftDocs:main' into darkmode
2 parents a378687 + 3ee8d97 commit 4598a2b

File tree

9 files changed

+131
-1093
lines changed

9 files changed

+131
-1093
lines changed

articles/active-directory/authentication/concept-system-preferred-multifactor-authentication.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use system-preferred multifactor authentication
44
ms.service: active-directory
55
ms.subservice: authentication
66
ms.topic: conceptual
7-
ms.date: 02/28/2023
7+
ms.date: 03/02/2023
88
ms.author: justinha
99
author: justinha
1010
manager: amycolannino
@@ -85,7 +85,7 @@ Content-Type: application/json
8585

8686
## Known issues
8787

88-
- [FIDO2 security key isn't supported on iOS mobile devices](../develop/support-fido2-authentication.md#mobile). This issue might surface when system-preferred MFA is enabled. Until a fix is available, we recommend not using FIDO2 security keys on iOS devices.
88+
- [FIDO2 security key isn't supported on mobile devices](../develop/support-fido2-authentication.md#mobile). This issue might surface when system-preferred MFA is enabled. Until a fix is available, we recommend not using FIDO2 security keys on mobile devices.
8989

9090
## Common questions
9191

@@ -115,12 +115,6 @@ When a user signs in, the authentication process checks which authentication met
115115

116116
System-preferred MFA doesn't affect users who sign in by using Active Directory Federation Services (AD FS) or Network Policy Server (NPS) extension. Those users don't see any change to their sign-in experience.
117117

118-
### What if the most secure MFA method isn't available?
119-
120-
If the user doesn't have that have the most secure method available, they can sign in with another method. After sign-in, they're redirected to their Security info page to remove the registration of the authentication method that isn't available.
121-
122-
For example, let's say an end user misplaces their FIDO2 security key. When they try to sign in without their security key, they can click **I can't use my security key right now** and continue to sign in by using another method, like a time-based one-time password (TOTP). After sign-in, their Security info page appears and they need to remove their FIDO2 security key registration. They can register the method again later if they find their FIDO2 security key.
123-
124118
### What happens for users who aren't specified in the Authentication methods policy but enabled in the legacy MFA tenant-wide policy?
125119

126120
The system-preferred MFA also applies for users who are enabled for MFA in the legacy MFA policy.

articles/azure-netapp-files/azacsnap-release-notes.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 02/24/2023
15+
ms.date: 03/02/2023
1616
ms.author: phjensen
1717
---
1818

@@ -42,16 +42,16 @@ AzAcSnap 7 is being released with the following fixes and improvements:
4242

4343
- Fixes and Improvements:
4444
- Backup (`-c backup`) changes:
45-
- Shorten suffix added to the snapshot name. The previous 26 character suffix of "YYYY-MM-DDThhhhss-nnnnnnnZ" (for example, 2022-11-17T030002-7299835Z) was too long, this is replaced with an 11 character hex-decimal equivalent based on the ten-thousandths of a second since the Unix epoch to avoid naming collisions (for example, F2D212540D5).
45+
- Shorten suffix added to the snapshot name. The previous 26 character suffix of "YYYY-MM-DDThhhhss-nnnnnnnZ" was too long. The suffix is now an 11 character hex-decimal based on the ten-thousandths of a second since the Unix epoch to avoid naming collisions for example, F2D212540D5.
4646
- Increased validation when creating snapshots to avoid failures on snapshot creation retry.
4747
- Time out when executing AzAcSnap mechanism to disable/enable backint (`autoDisableEnableBackint=true`) now aligns with other SAP HANA related operation timeout values.
48-
- Azure Backup now allows third party snapshot-based backups without impact to streaming backups (also known as 'backint'). Therefore, AzAcSnap 'backint' detection logic has been reordered to allow for future deprecation of this feature. By default this setting is disabled (`autoDisableEnableBackint=false`). For customers who have relied on this feature to take snapshots with AzAcSnap and use Azure Backup, keeping this value as true means AzAcSnap 7 will continue to disable/enable backint. As this setting is no longer necessary for Azure Backup, we recommend testing AzAcSnap backups with the value of `autoDisableEnableBackint=false`, and then if successful make the same change in your production deployment.
48+
- Azure Backup now allows third party snapshot-based backups without impact to streaming backups (also known as 'backint'). Therefore, AzAcSnap 'backint' detection logic has been reordered to allow for future deprecation of this feature. By default this setting is disabled (`autoDisableEnableBackint=false`). For customers who have relied on this feature to take snapshots with AzAcSnap and use Azure Backup, keeping this value as true means AzAcSnap 7 continues to disable/enable backint. As this setting is no longer necessary for Azure Backup, we recommend testing AzAcSnap backups with the value of `autoDisableEnableBackint=false`, and then if successful make the same change in your production deployment.
4949
- Restore (`-c restore`) changes:
5050
- Ability to create a custom suffix for Volume clones created when using `-c restore --restore snaptovol` either:
5151
- via the command-line with `--clonesuffix <custom suffix>`.
5252
- interactively when running the command without the `--force` option.
53-
- When doing a `--restore snaptovol` on ANF, then Volume Clone will also inherit the new 'NetworkFeatures' setting from the Source Volume.
54-
- Can now do a restore if there are no Data Volumes configured. It will only do a restore of the Other Volumes using the Other Volumes latest snapshot (the `--snapshotfilter` option only applies to Data Volumes).
53+
- When doing a `--restore snaptovol` on ANF, then Volume Clone inherits the new 'NetworkFeatures' setting from the Source Volume.
54+
- Can now do a restore if there are no Data Volumes configured. It will only restore the Other Volumes using the Other Volumes latest snapshot (the `--snapshotfilter` option only applies to Data Volumes).
5555
- Extra logging for `-c restore` command to help with user debugging.
5656
- Test (`-c test`) changes:
5757
- Now tests managing snapshots for all otherVolume(s) and all dataVolume(s).
@@ -60,8 +60,6 @@ AzAcSnap 7 is being released with the following fixes and improvements:
6060
- Features added to [Preview](azacsnap-preview.md):
6161
- Preliminary support for Azure NetApp Files Backup.
6262
- Db2 database support adding options to configure, test, and snapshot backup IBM Db2 in an application consistent manner.
63-
64-
Download the [latest release](https://aka.ms/azacsnapinstaller) of the installer and review how to [get started](azacsnap-get-started.md). For specific information on Preview features, refer to the [AzAcSnap Preview](azacsnap-preview.md) page.
6563

6664
## Jul-2022
6765

@@ -70,7 +68,7 @@ Download the [latest release](https://aka.ms/azacsnapinstaller) of the installer
7068
> [!IMPORTANT]
7169
> AzAcSnap 6 brings a new release model for AzAcSnap and includes fully supported GA features and Preview features in a single release.
7270
73-
Since AzAcSnap v5.0 was released as GA in April 2021, there have been eight releases of AzAcSnap across two branches. Our goal with the new release model is to align with how Azure components are released. This change allows moving features from Preview to GA (without having to move an entire branch), and introduce new Preview features (without having to create a new branch). From AzAcSnap 6, we'll have a single branch with fully supported GA features and Preview features (which are subject to Microsoft's Preview Ts&Cs). It’s important to note customers can't accidentally use Preview features, and must enable them with the `--preview` command line option. This means the next release will be AzAcSnap 7, which could include; patches (if necessary) for GA features, current Preview features moving to GA, or new Preview features.
71+
Since AzAcSnap v5.0 was released as GA in April 2021, there have been eight releases of AzAcSnap across two branches. Our goal with the new release model is to align with how Azure components are released. This change allows moving features from Preview to GA (without having to move an entire branch), and introduce new Preview features (without having to create a new branch). From AzAcSnap 6, we have a single branch with fully supported GA features and Preview features (which are subject to Microsoft's Preview Ts&Cs). It’s important to note customers can't accidentally use Preview features, and must enable them with the `--preview` command line option. Therefore the next release will be AzAcSnap 7, which could include; patches (if necessary) for GA features, current Preview features moving to GA, or new Preview features.
7472

7573
AzAcSnap 6 is being released with the following fixes and improvements:
7674

@@ -92,15 +90,10 @@ AzAcSnap v5.0.3 (Build: 20220524.14204) is provided as a patch update to the v5.
9290

9391
- Fix for handling delimited identifiers when querying SAP HANA. This issue only impacted SAP HANA in HSR-HA node when there's a Secondary node configured with 'logreplay_readaccss' and has been resolved.
9492

95-
Download the [latest release](https://aka.ms/azacsnapinstaller) of the installer and review how to [get started](azacsnap-get-started.md).
96-
9793
### AzAcSnap v5.1 Preview (Build: 20220524.15550)
9894

9995
AzAcSnap v5.1 Preview (Build: 20220524.15550) is an updated build to extend the preview expiry date for 90 days. This update contains the fix for handling delimited identifiers when querying SAP HANA as provided in v5.0.3.
10096

101-
Read about the [AzAcSnap Preview](azacsnap-preview.md).
102-
Download the [latest release of the Preview installer](https://aka.ms/azacsnap-preview-installer).
103-
10497
## Mar-2022
10598

10699
### AzAcSnap v5.1 Preview (Build: 20220302.81795)
@@ -142,7 +135,7 @@ AzAcSnap v5.1 Preview (Build: 20220125.85030) has been released with the followi
142135
AzAcSnap v5.0.2 (Build: 20210827.19086) is provided as a patch update to the v5.0 branch with the following fixes and improvements:
143136

144137
- Ignore `ssh` 255 exit codes. In some cases the `ssh` command, which is used to communicate with storage on Azure Large Instance, would emit an exit code of 255 when there were no errors or execution failures (refer `man ssh` "EXIT STATUS") - then AzAcSnap would trap this exit code as a failure and abort. With this update extra verification is done to validate correct execution, this includes parsing `ssh` STDOUT and STDERR for errors in addition to traditional exit code checks.
145-
- Fix the installer's check for the location of the hdbuserstore. The installer would check for the existence of an incorrect source directory for the hdbuserstore for the user running the install - this is fixed to check for `~/.hdb`. This fix is applicable to systems (for example, Azure Large Instance) where the hdbuserstore was pre-configured for the `root` user before installing `azacsnap`.
138+
- Fix the installer's check for the location of the hdbuserstore. The installer would search the filesystem for an incorrect source directory for the hdbuserstore location for the user running the install - the installer now searches for `~/.hdb`. This fix is applicable to systems (for example, Azure Large Instance) where the hdbuserstore was pre-configured for the `root` user before installing `azacsnap`.
146139
- Installer now shows the version it will install/extract (if the installer is run without any arguments).
147140

148141
## May-2021

articles/cognitive-services/personalizer/includes/change-model-frequency.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ms.date: 08/25/2020
1111
---
1212
### Change the model update frequency
1313

14-
In the Azure portal, in the Personalizer resource on the **Configuration** page, change the **Model update frequency** to 30 seconds. This short duration will train the service rapidly, allowing you to see how the top action changes for each iteration.
14+
In the Azure portal, go to your Personalizer resource's **Configuration** page, and change the **Model update frequency** to 30 seconds. This short duration will train the model rapidly, allowing you to see how the recommended action changes for each iteration.
1515

16-
![Change model update frequency](../media/settings/configure-model-update-frequency-settings.png)
17-
18-
When a Personalizer loop is first instantiated, there is no model since there has been no Reward API calls to train from. Rank calls will return equal probabilities for each item. Your application should still always rank content using the output of RewardActionId.
16+
![Change model update frequency](../media/settings/configure-model-update-frequency-settings.png)

articles/cognitive-services/personalizer/includes/change-reward-wait-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ ms.date: 07/04/2022
1111
---
1212
### Change the reward wait time
1313

14-
In the Azure portal, in the Personalizer resource on the **Configuration** page, change the **Reward wait time** to 10 minutes. This short duration will train the service rapidly, allowing you to see how the top action changes for each iteration.
14+
In the Azure portal, go to your Personalizer resource's **Configuration** page, and change the **Reward wait time** to 10 minutes. This determines how long the model will wait after sending a recommendation, to receive the reward feedback from that recommendation. Training won't occur until the reward wait time has passed.
1515

1616
![Change reward wait time](../media/settings/configure-reward-wait-time.png)

0 commit comments

Comments
 (0)