Skip to content

Commit 3a10018

Browse files
authored
Merge pull request #205120 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 444bd90 + a6bd400 commit 3a10018

13 files changed

+56
-26
lines changed

articles/active-directory-b2c/javascript-and-page-layout.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,21 @@ function addTermsOfUseLink() {
233233

234234
In the code, replace `termsOfUseUrl` with the link to your terms of use agreement. For your directory, create a new user attribute called **termsOfUse** and then include **termsOfUse** as a user attribute.
235235

236+
Alternatively, you can add a link at the bottom of self-asserted pages, without using of JavaScript. Use the following localization:
237+
238+
```xml
239+
<LocalizedResources Id="api.localaccountsignup.en">
240+
<LocalizedStrings>
241+
<!-- The following elements will display a link at the bottom of the page. -->
242+
<LocalizedString ElementType="UxElement" StringId="disclaimer_link_1_text">Terms of use</LocalizedString>
243+
<LocalizedString ElementType="UxElement" StringId="disclaimer_link_1_url">termsOfUseUrl</LocalizedString>
244+
</LocalizedStrings>
245+
</LocalizedResources>
246+
```
247+
248+
Replace `termsOfUseUrl` with the link to your organization's privacy policy and terms of use.
249+
250+
236251
## Next steps
237252

238253
Find more information about how to [Customize the user interface of your application in Azure Active Directory B2C](customize-ui-with-html.md).

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

Lines changed: 21 additions & 1 deletion
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: 04/12/2022
11+
ms.date: 04/19/2022
1212
ms.author: kengaderdus
1313
ms.subservice: B2C
1414
---
@@ -177,6 +177,18 @@ The following are the IDs for a content definition with an ID of `api.localaccou
177177
| **ver_intro_msg** | Verification is necessary. Please click Send button. |
178178
| **ver_input** | Verification code |
179179

180+
### Sign-up and self-asserted pages disclaimer links
181+
182+
The following `UxElement` string IDs will display disclaimer link(s) at the bottom of the self-asserted page. These links are not displayed by default unless specified in the localized strings.
183+
184+
| ID | Example value |
185+
| --- | ------------- |
186+
| **disclaimer_msg_intro** | By providing your phone number, you consent to receiving a one-time passcode sent by text message to help you sign into {insert your application name}. Standard messsage and data rates may apply. |
187+
| **disclaimer_link_1_text** | Privacy Statement |
188+
| **disclaimer_link_1_url** | {insert your privacy statement URL} |
189+
| **disclaimer_link_2_text** | Terms and Conditions |
190+
| **disclaimer_link_2_url** | {insert your terms and conditions URL} |
191+
180192
### Sign-up and self-asserted pages error messages
181193

182194
| ID | Default value |
@@ -238,6 +250,14 @@ The following example shows the use of some of the user interface elements in th
238250
<LocalizedString ElementType="UxElement" StringId="ver_input">Verification code</LocalizedString>
239251
<LocalizedString ElementType="UxElement" StringId="ver_intro_msg">Verification is necessary. Please click Send button.</LocalizedString>
240252
<LocalizedString ElementType="UxElement" StringId="ver_success_msg">E-mail address verified. You can now continue.</LocalizedString>
253+
<!-- The following elements will display a message and two links at the bottom of the page.
254+
For policies that you intend to show to users in the United States, we suggest displaying the following text. Replace the content of the disclaimer_link_X_url elements with links to your organization's privacy statement and terms and conditions.
255+
Uncomment any of these lines to display them. -->
256+
<!-- <LocalizedString ElementType="UxElement" StringId="disclaimer_msg_intro">By providing your phone number, you consent to receiving a one-time passcode sent by text message to help you sign into {insert your application name}. Standard messsage and data rates may apply.</LocalizedString> -->
257+
<!-- <LocalizedString ElementType="UxElement" StringId="disclaimer_link_1_text">Privacy Statement</LocalizedString>
258+
<LocalizedString ElementType="UxElement" StringId="disclaimer_link_1_url">{insert your privacy statement URL}</LocalizedString> -->
259+
<!-- <LocalizedString ElementType="UxElement" StringId="disclaimer_link_2_text">Terms and Conditions</LocalizedString>
260+
<LocalizedString ElementType="UxElement" StringId="disclaimer_link_2_url">{insert your terms and conditions URL}</LocalizedString> -->
241261
<LocalizedString ElementType="ErrorMessage" StringId="ServiceThrottled">There are too many requests at this moment. Please wait for some time and try again.</LocalizedString>
242262
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfClaimNotVerified">Claim not verified: {0}</LocalizedString>
243263
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfClaimsPrincipalAlreadyExists">A user with the specified ID already exists. Please choose a different one.</LocalizedString>

articles/active-directory-b2c/phone-factor-technical-profile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ The **CryptographicKeys** element is not used.
9393
| ManualPhoneNumberEntryAllowed| No | Specify whether or not a user is allowed to manually enter a phone number. Possible values: `true`, or `false` (default).|
9494
| setting.authenticationMode | No | The method to validate the phone number. Possible values: `sms`, `phone`, or `mixed` (default).|
9595
| setting.autodial| No| Specify whether the technical profile should auto dial or auto send an SMS. Possible values: `true`, or `false` (default). Auto dial requires the `setting.authenticationMode` metadata be set to `sms`, or `phone`. The input claims collection must have a single phone number. |
96+
| setting.autosubmit | No | Specifies whether the technical profile should auto submit the one-time password entry form. Possible values are `true` (default), or `false`. When auto-submit is turned off, the user needs to select a button to progress the journey. |
9697

9798
### UI elements
9899

articles/active-directory/app-provisioning/partner-driven-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you have built a SCIM Gateway and would like to add it to this list, follow t
8080
1. Review the Azure AD SCIM [documentation](use-scim-to-provision-users-and-groups.md) to understand the Azure AD SCIM implementation.
8181
1. Test compatibility between the Azure AD SCIM client and your SCIM gateway.
8282
1. Click the pencil at the top of this document to edit the article
83-
1. Once you're redirected to Github, click the pencil at the top of the article to start making changes
83+
1. Once you're redirected to GitHub, click the pencil at the top of the article to start making changes
8484
1. Make changes in the article using the Markdown language and create a pull request. Make sure to provide a description for the pull request.
8585
1. An admin of the repository will review and merge your changes so that others can view them.
8686

articles/azure-vmware/disaster-recovery-using-vmware-site-recovery-manager.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy disaster recovery with VMware Site Recovery Manager
33
description: Deploy disaster recovery with VMware Site Recovery Manager (SRM) in your Azure VMware Solution private cloud.
44
ms.topic: how-to
55
ms.service: azure-vmware
6-
ms.date: 04/11/2022
6+
ms.date: 07/28/2022
77
---
88

99
# Deploy disaster recovery with VMware Site Recovery Manager
@@ -219,20 +219,7 @@ While Microsoft aims to simplify VMware SRM and vSphere Replication installation
219219

220220
## Scale limitations
221221

222-
Scale limitations are per private cloud.
223-
224-
| Configuration | Limit |
225-
| --- | --- |
226-
| Number of protected Virtual Machines | 1000 |
227-
| Number of Virtual Machines per recovery plan | 1000 |
228-
| Number of protection groups per recovery plan | 250 |
229-
| RPO Values | 5 min or higher* |
230-
| Total number of virtual machines per protection group | 500 |
231-
| Total number of recovery plans | 250 |
232-
233-
\* For information about Recovery Point Objective (RPO) lower than 15 minutes, see [How the 5 Minute Recovery Point Objective Works](https://docs.vmware.com/en/vSphere-Replication/8.3/com.vmware.vsphere.replication-admin.doc/GUID-9E17D567-A947-49CD-8A84-8EA2D676B55A.html) in the _vSphere Replication Administration guide_.
234-
235-
222+
To learn about the limits for the VMware Site Recovery Manager Add-On with the Azure VMware Soltuion, check the [Azure subscription and service limits, quotas, and constraints.](/azure/azure-resource-manager/management/azure-subscription-service-limits#azure-vmware-solution-limits)
236223

237224
## SRM licenses
238225

articles/cosmos-db/local-emulator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,14 +286,14 @@ Start emulator from an administrator [command prompt](emulator-command-line-para
286286

287287
Start emulator from an administrator [command prompt](emulator-command-line-parameters.md)with "/EnableGremlinEndpoint". Alternatively you can also set the environment variable `AZURE_COSMOS_EMULATOR_GREMLIN_ENDPOINT=true`
288288

289-
1. [Install apache-tinkerpop-gremlin-console-3.3.4](https://archive.apache.org/dist/tinkerpop/3.3.4).
289+
1. [Install apache-tinkerpop-gremlin-console-3.6.0](https://archive.apache.org/dist/tinkerpop/3.6.0).
290290

291291
1. From the emulator's data explorer create a database "db1" and a collection "coll1"; for the partition key, choose "/name"
292292

293293
1. Run the following commands in a regular command prompt window:
294294

295295
```bash
296-
cd /d C:\sdk\apache-tinkerpop-gremlin-console-3.3.4-bin\apache-tinkerpop-gremlin-console-3.3.4
296+
cd /d C:\sdk\apache-tinkerpop-gremlin-console-3.6.0-bin\apache-tinkerpop-gremlin-console-3.6.0
297297

298298
copy /y conf\remote.yaml conf\remote-localcompute.yaml
299299
notepad.exe conf\remote-localcompute.yaml

articles/cosmos-db/mongodb/mongodb-time-to-live.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: MongoDB per-document TTL feature in Azure Cosmos DB
3-
description: Learn how to set time to live value for documents using Azure Cosmos DB's API for MongoDB to automatically purge them from the system after a period of time.
3+
description: Learn how to set time to live value for documents using Azure Cosmos DB's API for MongoDB, to automatically purge them from the system after a period of time.
44
author: gahl-levy
55
ms.author: gahllevy
66
ms.service: cosmos-db
@@ -22,6 +22,12 @@ MongoShell example:
2222

2323
```
2424
globaldb:PRIMARY> db.coll.createIndex({"_ts":1}, {expireAfterSeconds: 10})
25+
```
26+
The command in the above example will create an index with TTL functionality.
27+
28+
The output of the command includes various metadata:
29+
30+
```output
2531
{
2632
"_t" : "CreateIndexesResponse",
2733
"ok" : 1,
@@ -31,7 +37,7 @@ globaldb:PRIMARY> db.coll.createIndex({"_ts":1}, {expireAfterSeconds: 10})
3137
}
3238
```
3339

34-
The command in the above example will create an index with TTL functionality. Once the index is created, the database will automatically delete any documents in that collection that have not been modified in the last 10 seconds.
40+
Once the index is created, the database will automatically delete any documents in that collection that have not been modified in the last 10 seconds.
3541

3642
> [!NOTE]
3743
> `_ts` is a Cosmos DB-specific field and is not accessible from MongoDB clients. It is a reserved (system) property that contains the timestamp of the document's last modification.

articles/cosmos-db/sql/sql-query-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer: jucocchi
1515

1616
In Azure Cosmos DB SQL API accounts, there are two ways to read data:
1717

18-
**Point reads** - You can do a key/value lookup on a single *item ID* and partition key. The *item ID* and partition key combination is the key and the item itself is the value. For a 1 KB document, point reads typically cost 1 [request unit](../request-units.md) with a latency under 10 ms. Point reads return a single item.
18+
**Point reads** - You can do a key/value lookup on a single *item ID* and partition key. The *item ID* and partition key combination is the key and the item itself is the value. For a 1 KB document, point reads typically cost 1 [request unit](../request-units.md) with a latency under 10 ms. Point reads return a single whole item, not a partial item or a specific field.
1919

2020
Here are some examples of how to do **Point reads** with each SDK:
2121

articles/defender-for-cloud/defender-for-storage-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can [enable Microsoft Defender for Storage](../storage/common/azure-defender
1313

1414
Defender for Storage continually analyzes the telemetry stream generated by the [Azure Blob Storage](https://azure.microsoft.com/services/storage/blobs/) and Azure Files services. When potentially malicious activities are detected, security alerts are generated. These alerts are displayed in Microsoft Defender for Cloud, together with the details of the suspicious activity along with the relevant investigation steps, remediation actions, and security recommendations.
1515

16-
Analyzed telemetry of Azure Blob Storage includes operation types such as `Get Blob`, `Put Blob`, `Get Container ACL`, `List Blobs`, and `Get Blob Properties`. Examples of analyzed Azure Files operation types include `Get File`, C`reate File`, `List Files`, `Get File Properties`, and `Put Range`.
16+
Analyzed telemetry of Azure Blob Storage includes operation types such as `Get Blob`, `Put Blob`, `Get Container ACL`, `List Blobs`, and `Get Blob Properties`. Examples of analyzed Azure Files operation types include `Get File`, `Create File`, `List Files`, `Get File Properties`, and `Put Range`.
1717

1818
Defender for Storage doesn't access the Storage account data and has no impact on its performance.
1919

articles/key-vault/general/soft-delete-change.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: mbaldwin
1818
> [!WARNING]
1919
> Breaking change: you must enable soft-delete on your key vaults immediately. See below for details.
2020
21-
If a secret is deleted and the key vault does not have soft-delete protection, it is deleted permanently. Although users can currently opt out of soft-delete during key vault creation, this ability is depreciated. **In February 2025, Microsoft will enable soft-delete protection on all key vaults, and users will no longer be able to opt out of or turn off soft-delete.** This will protect secrets from accidental or malicious deletion by a user.
21+
If a secret is deleted and the key vault does not have soft-delete protection, it is deleted permanently. Although users can currently opt out of soft-delete during key vault creation, this ability is deprecated. **In February 2025, Microsoft will enable soft-delete protection on all key vaults, and users will no longer be able to opt out of or turn off soft-delete.** This will protect secrets from accidental or malicious deletion by a user.
2222

2323
:::image type="content" source="../media/softdeletediagram.png" alt-text="Diagram showing how a key vault is deleted with soft-delete protection versus without soft-delete protection.":::
2424

0 commit comments

Comments
 (0)