Skip to content

Commit deec92d

Browse files
authored
Merge pull request #159247 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents a60f3e3 + c3d16ff commit deec92d

File tree

9 files changed

+60
-57
lines changed

9 files changed

+60
-57
lines changed

articles/active-directory-b2c/deploy-custom-policies-devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ With a management application registered, you're ready to configure a repository
5555
1. In your project, navigate to **Repos** and select the **Files** page. Select an existing repository or create one for this exercise.
5656
1. Create a folder named *B2CAssets*. Name the required placeholder file *README.md* and **Commit** the file. You can remove this file later, if you like.
5757
1. Add your Azure AD B2C policy files to the *B2CAssets* folder. This includes the *TrustFrameworkBase.xml*, *TrustFrameWorkExtensions.xml*, *SignUpOrSignin.xml*, *ProfileEdit.xml*, *PasswordReset.xml*, and any other policies you've created. Record the filename of each Azure AD B2C policy file for use in a later step (they're used as PowerShell script arguments).
58-
1. Create a folder named *Scripts* in the root directory of the repository, name the placeholder file *DeployToB2c.ps1*. Don't commit the file at this point, you'll do so in a later step.
59-
1. Paste the following PowerShell script into *DeployToB2c.ps1*, then **Commit** the file. The script acquires a token from Azure AD and calls the Microsoft Graph API to upload the policies within the *B2CAssets* folder to your Azure AD B2C tenant.
58+
1. Create a folder named *Scripts* in the root directory of the repository, name the placeholder file *DeployToB2C.ps1*. Don't commit the file at this point, you'll do so in a later step.
59+
1. Paste the following PowerShell script into *DeployToB2C.ps1*, then **Commit** the file. The script acquires a token from Azure AD and calls the Microsoft Graph API to upload the policies within the *B2CAssets* folder to your Azure AD B2C tenant.
6060

6161
```PowerShell
6262
[Cmdletbinding()]

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

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -254,46 +254,46 @@ The following example shows the use of some of the user interface elements in th
254254

255255
The Following are the IDs for a content definition with an ID of `api.phonefactor`, and [phone factor technical profile](phone-factor-technical-profile.md).
256256

257-
| ID | Default value |
258-
| -- | ------------- |
259-
| **button_verify** | Call Me |
260-
| **country_code_label** | Country Code |
261-
| **cancel_message** | The user has canceled multi-factor authentication |
262-
| **text_button_send_second_code** | send a new code |
263-
| **code_pattern** | \\d{6} |
264-
| **intro_mixed** | We have the following number on record for you. We can send a code via SMS or phone to authenticate you. |
265-
| **intro_mixed_p** | We have the following numbers on record for you. Choose a number that we can phone or send a code via SMS to authenticate you. |
266-
| **button_verify_code** | Verify Code |
267-
| **requiredField_code** | Please enter the verification code you received |
268-
| **invalid_code** | Please enter the 6-digit code you received |
269-
| **button_cancel** | Cancel |
270-
| **local_number_input_placeholder_text** | Phone number |
271-
| **button_retry** | Retry |
272-
| **alternative_text** | I don't have my phone |
273-
| **intro_phone_p** | We have the following numbers on record for you. Choose a number that we can phone to authenticate you. |
274-
| **intro_phone** | We have the following number on record for you. We will phone to authenticate you. |
275-
| **enter_code_text_intro** | Enter your verification code below, or |
276-
| **intro_entry_phone** | Enter a number below that we can phone to authenticate you. |
277-
| **intro_entry_sms** | Enter a number below that we can send a code via SMS to authenticate you. |
278-
| **button_send_code** | Send Code |
279-
| **invalid_number** | Please enter a valid phone number |
280-
| **intro_sms** | We have the following number on record for you. We will send a code via SMS to authenticate you. |
281-
| **intro_entry_mixed** | Enter a number below that we can send a code via SMS or phone to authenticate you. |
282-
| **number_pattern** | ^\\+(?:[0-9][\\x20-]?){6,14}[0-9]$ |
283-
| **intro_sms_p** |We have the following numbers on record for you. Choose a number that we can send a code via SMS to authenticate you. |
284-
| **requiredField_countryCode** | Please select your country code |
285-
| **requiredField_number** | Please enter your phone number |
286-
| **country_code_input_placeholder_text** |Country or region |
287-
| **number_label** | Phone Number |
288-
| **error_tryagain** | The phone number you provided is busy or unavailable. Please check the number and try again. |
289-
| **error_sms_throttled** | You hit the limit on the number of text messages. Try again shortly. |
290-
| **error_phone_throttled** | You hit the limit on the number of call attempts. Try again shortly. |
291-
| **error_throttled** | You hit the limit on the number of verification attempts. Try again shortly. |
292-
| **error_incorrect_code** | The verification code you have entered does not match our records. Please try again, or request a new code. |
293-
| **countryList** | See [the countries list](#phone-factor-authentication-page-example). |
294-
| **error_448** | The phone number you provided is unreachable. |
295-
| **error_449** | User has exceeded the number of retry attempts. |
296-
| **verification_code_input_placeholder_text** | Verification code |
257+
| ID | Default value | Page Layout Version |
258+
| -- | ------------- | ------ |
259+
| **button_verify** | Call Me | `All` |
260+
| **country_code_label** | Country Code | `All` |
261+
| **cancel_message** | The user has canceled multi-factor authentication | `All` |
262+
| **text_button_send_second_code** | send a new code | `All` |
263+
| **code_pattern** | \\d{6} | `All` |
264+
| **intro_mixed** | We have the following number on record for you. We can send a code via SMS or phone to authenticate you. | `All` |
265+
| **intro_mixed_p** | We have the following numbers on record for you. Choose a number that we can phone or send a code via SMS to authenticate you. | `All` |
266+
| **button_verify_code** | Verify Code | `All` |
267+
| **requiredField_code** | Please enter the verification code you received | `All` |
268+
| **invalid_code** | Please enter the 6-digit code you received | `All` |
269+
| **button_cancel** | Cancel | `All` |
270+
| **local_number_input_placeholder_text** | Phone number | `All` |
271+
| **button_retry** | Retry | `All` |
272+
| **alternative_text** | I don't have my phone | `All` |
273+
| **intro_phone_p** | We have the following numbers on record for you. Choose a number that we can phone to authenticate you. | `All` |
274+
| **intro_phone** | We have the following number on record for you. We will phone to authenticate you. | `All` |
275+
| **enter_code_text_intro** | Enter your verification code below, or | `All` |
276+
| **intro_entry_phone** | Enter a number below that we can phone to authenticate you. | `All` |
277+
| **intro_entry_sms** | Enter a number below that we can send a code via SMS to authenticate you. | `All` |
278+
| **button_send_code** | Send Code | `All` |
279+
| **invalid_number** | Please enter a valid phone number | `All` |
280+
| **intro_sms** | We have the following number on record for you. We will send a code via SMS to authenticate you. | `All` |
281+
| **intro_entry_mixed** | Enter a number below that we can send a code via SMS or phone to authenticate you. | `All` |
282+
| **number_pattern** | ^\\+(?:[0-9][\\x20-]?){6,14}[0-9]$ | `All` |
283+
| **intro_sms_p** |We have the following numbers on record for you. Choose a number that we can send a code via SMS to authenticate you. | `All` |
284+
| **requiredField_countryCode** | Please select your country code | `All` |
285+
| **requiredField_number** | Please enter your phone number | `All` |
286+
| **country_code_input_placeholder_text** |Country or region | `All` |
287+
| **number_label** | Phone Number | `All` |
288+
| **error_tryagain** | The phone number you provided is busy or unavailable. Please check the number and try again. | `All` |
289+
| **error_sms_throttled** | You hit the limit on the number of text messages. Try again shortly. | `>= 1.2.3` |
290+
| **error_phone_throttled** | You hit the limit on the number of call attempts. Try again shortly. | `>= 1.2.3` |
291+
| **error_throttled** | You hit the limit on the number of verification attempts. Try again shortly. | `>= 1.2.3` |
292+
| **error_incorrect_code** | The verification code you have entered does not match our records. Please try again, or request a new code. | `All` |
293+
| **countryList** | See [the countries list](#phone-factor-authentication-page-example). | `All` |
294+
| **error_448** | The phone number you provided is unreachable. | `All` |
295+
| **error_449** | User has exceeded the number of retry attempts. | `All` |
296+
| **verification_code_input_placeholder_text** | Verification code | `All` |
297297

298298
The following example shows the use of some of the user interface elements in the MFA enrollment page:
299299

articles/azure-functions/functions-bindings-service-bus.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ The example host.json file below contains only the settings for version 5.0.0 an
122122
"maxConcurrentCalls": 32,
123123
"maxConcurrentSessions": 10,
124124
"maxMessages": 2000,
125-
"sessionIdleTimeout": "00:01:00",
126-
"maxAutoLockRenewalDuration": "00:05:00"
125+
"sessionIdleTimeout": "00:01:00"
127126
}
128127
}
129128
}
@@ -159,4 +158,4 @@ In addition to the above configuration properties when using version 5.x and hig
159158
## Next steps
160159

161160
- [Run a function when a Service Bus queue or topic message is created (Trigger)](./functions-bindings-service-bus-trigger.md)
162-
- [Send Azure Service Bus messages from Azure Functions (Output binding)](./functions-bindings-service-bus-output.md)
161+
- [Send Azure Service Bus messages from Azure Functions (Output binding)](./functions-bindings-service-bus-output.md)

articles/azure-sql/database/sql-database-vulnerability-assessment-storage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ To find out which storage account is being used, go to your **SQL server** pane
3333

3434
:::image type="content" source="../database/media/azure-defender-for-sql/va-storage.png" alt-text="set up vulnerability assessment":::
3535

36+
> [!NOTE]
37+
> You can set up email alerts to notify users in your organization to view or access the scan reports. To do this, ensure that you have SQL Security Manager and Storage Blob Data Reader permissions.
38+
3639
## Store VA scan results for Azure SQL Managed Instance in a storage account that can be accessed behind a firewall or VNet
3740

3841
Since Managed Instance is not a trusted Microsoft Service and has a different VNet from the storage account, executing a VA scan will result in an error.

articles/cognitive-services/form-recognizer/quickstarts/label-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ In v2.1, if your training document does not have a value filled in, you can draw
183183

184184
Next, you'll create tags (labels) and apply them to the text elements that you want the model to analyze.
185185

186-
### [v2.0](#tab/v2-1)
186+
### [v2.1 preview](#tab/v2-1)
187187

188188
1. First, use the tags editor pane to create the tags you'd like to identify.
189189
1. Select **+** to create a new tag.

articles/cosmos-db/how-to-use-stored-procedures-triggers-udfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const newItem = [{
188188
}];
189189
const container = client.database("myDatabase").container("myContainer");
190190
const sprocId = "spCreateToDoItems";
191-
const {body: result} = await container.scripts.storedProcedure(sprocId).execute(newItem, {partitionKey: newItem[0].category});
191+
const {resource: result} = await container.scripts.storedProcedure(sprocId).execute(newItem, {partitionKey: newItem[0].category});
192192
```
193193

194194
### Stored procedures - Python SDK

articles/key-vault/general/security-features.md

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

1616
# Azure Key Vault security
1717

18-
Azure Key Vault protects encryption keys and secrets (such as certificates, connection strings, and passwords) in the cloud. When storing sensitive and business critical data, however, you must take steps to maximize the security of your vaults and the data stored in them.
18+
Azure Key Vault protects cryptographic keys, certificates (and the private keys associated with the certificates), and secrets (such as connection strings and passwords) in the cloud. When storing sensitive and business critical data, however, you must take steps to maximize the security of your vaults and the data stored in them.
1919

2020
This article provides an overview of security features and best practices for Azure Key Vault.
2121

articles/machine-learning/how-to-debug-parallel-run-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ file_path = os.path.join(script_dir, "<file_name>")
104104
- `source_directory`: Paths to folders that contain all files to execute on the compute target (optional).
105105
- `compute_target`: Only `AmlCompute` is supported.
106106
- `node_count`: The number of compute nodes to be used for running the user script.
107-
- `process_count_per_node`: The number of processes per node. Best practice is to set to the number of GPU or CPU one node has (optional; default value is `1`).
107+
- `process_count_per_node`: The number of worker processes per node to run the entry script in parallel. For a GPU machine, the default value is 1. For a CPU machine, the default value is the number of cores per node. A worker process will call `run()` repeatedly by passing the mini batch it gets. The total number of worker processes in your job is `process_count_per_node * node_count`, which decides the max number of `run()` to execute in parallel.
108108
- `environment`: The Python environment definition. You can configure it to use an existing Python environment or to set up a temporary environment. The definition is also responsible for setting the required application dependencies (optional).
109109
- `logging_level`: Log verbosity. Values in increasing verbosity are: `WARNING`, `INFO`, and `DEBUG`. (optional; the default value is `INFO`)
110110
- `run_invocation_timeout`: The `run()` method invocation timeout in seconds. (optional; default value is `60`)

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The customize section is an array. Azure Image Builder will run through the cust
297297

298298
### Shell customizer
299299

300-
The shell customizer supports running shell scripts, these must be publicly accessible for the IB to access them.
300+
The shell customizer supports running shell scripts. The shell scripts must be publicly accessible or you must have configured an [MSI](./image-builder-user-assigned-identity.md) for Image Builder to access them.
301301

302302
```json
303303
"customize": [
@@ -415,7 +415,7 @@ Customize properties:
415415

416416
### File customizer
417417

418-
The File customizer lets image builder download a file from a GitHub or Azure storage. If you have an image build pipeline that relies on build artifacts, you can then set the file customizer to download from the build share, and move the artifacts into the image.
418+
The File customizer lets Image Builder download a file from a GitHub repo or Azure storage. If you have an image build pipeline that relies on build artifacts, you can set the file customizer to download from the build share, and move the artifacts into the image.
419419

420420
```json
421421
"customize": [
@@ -444,14 +444,14 @@ This is supported by Windows directories and Linux paths, but there are some dif
444444
- Linux OS’s – the only path Image builder can write to is /tmp.
445445
- Windows – No path restriction, but the path must exist.
446446

447-
448-
If there is an error trying to download the file, or put it in a specified directory, the customize step will fail, and this will be in the customization.log.
447+
448+
If there is an error trying to download the file, or put it in a specified directory, then customize step will fail, and this will be in the customization.log.
449449

450450
> [!NOTE]
451-
> The file customizer is only suitable for small file downloads, < 20MB. For larger file downloads use a script or inline command, the use code to download files, such as, Linux `wget` or `curl`, Windows, `Invoke-WebRequest`.
451+
> The file customizer is only suitable for small file downloads, < 20MB. For larger file downloads, use a script or inline command, then use code to download files, such as, Linux `wget` or `curl`, Windows, `Invoke-WebRequest`.
452452

453453
### Windows Update Customizer
454-
This customizer is built on the [community Windows Update Provisioner](https://packer.io/docs/provisioners/community-supported.html) for Packer, which is an open source project maintained by the Packer community. Microsoft tests and validate the provisioner with the Image Builder service, and will support investigating issues with it, and work to resolve issues, however the open source project is not officially supported by Microsoft. For detailed documentation on and help with the Windows Update Provisioner please see the project repository.
454+
This customizer is built on the [community Windows Update Provisioner](https://packer.io/docs/provisioners/community-supported.html) for Packer, which is an open source project maintained by the Packer community. Microsoft tests and validate the provisioner with the Image Builder service, and will support investigating issues with it, and work to resolve issues, however the open source project is not officially supported by Microsoft. For detailed documentation on and help with the Windows Update Provisioner, please see the project repository.
455455

456456
```json
457457
"customize": [
@@ -465,10 +465,11 @@ This customizer is built on the [community Windows Update Provisioner](https://p
465465
"updateLimit": 20
466466
}
467467
],
468-
OS support: Windows
469468
```
470469

471-
Customize properties:
470+
OS support: Windows
471+
472+
Customizer properties:
472473
- **type** – WindowsUpdate.
473474
- **searchCriteria** - Optional, defines which type of updates are installed (Recommended, Important etc.), BrowseOnly=0 and IsInstalled=0 (Recommended) is the default.
474475
- **filters** – Optional, allows you to specify a filter to include or exclude updates.

0 commit comments

Comments
 (0)