Skip to content

Commit d753791

Browse files
Merge pull request #277372 from alexbuckgit/alexbuckgit/docutune-autopr-20240605-213341-3327273-ignore-build
[BULK] - DocuTune - Minor formatting fixes (part 3)
2 parents 21edbbe + bad822b commit d753791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ By specifying interactive applications at job creation, you can connect directly
154154
> [!NOTE]
155155
> If you use `sleep infinity`, you will need to manually [cancel the job](./how-to-interactive-jobs.md#end-job) to let go of the compute resource (and stop billing).
156156
157-
2. Run command `az ml job create --file <path to your job yaml file> --workspace-name <your workspace name> --resource-group <your resource group name> --subscription <sub-id> `to submit your training job. For more details on running a job via CLI, check out this [article](./how-to-train-model.md).
157+
2. Run command `az ml job create --file <path to your job yaml file> --workspace-name <your workspace name> --resource-group <your resource group name> --subscription <sub-id>` to submit your training job. For more details on running a job via CLI, check out this [article](./how-to-train-model.md).
158158

159159
---
160160
### Connect to endpoints

articles/search/search-indexer-field-mappings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Performs *URL-safe* Base64 encoding of the input string. Assumes that the input
146146

147147
Only URL-safe characters can appear in an Azure AI Search document key (so that you can address the document using the [Lookup API](/rest/api/searchservice/lookup-document)). If the source field for your key contains URL-unsafe characters, such as `-` and `\`, use the `base64Encode` function to convert it at indexing time.
148148

149-
The following example specifies the base64Encode function on `metadata_storage_name `to handle unsupported characters.
149+
The following example specifies the base64Encode function on `metadata_storage_name` to handle unsupported characters.
150150

151151
```http
152152
PUT /indexers?api-version=2020-06-30

0 commit comments

Comments
 (0)