Skip to content

Commit 800d87e

Browse files
committed
Merge branch 'patch-2' of https://github.com/edtorresco/azure-docs into rs-inject
2 parents 6c1011c + e4fb58a commit 800d87e

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

articles/azure-monitor/logs/api/access-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Use the `https://api.loganalytics.azure.com` endpoint.
118118
##### Client Credentials Token URL (POST request)
119119

120120
```http
121-
POST /<your-tenant-id>/oauth2/v2.0/token
121+
POST /<your-tenant-id>/oauth2/token
122122
Host: https://login.microsoftonline.com
123123
Content-Type: application/x-www-form-urlencoded
124124

articles/machine-learning/tutorial-pipeline-python-sdk.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ Create the directory for this component:
207207

208208
[!Notebook-python[] (~/azureml-examples-main/tutorials/e2e-ds-experience/e2e-ml-workflow.ipynb?name=train_src_dir)]
209209

210+
Create the training script in the directory:
211+
212+
[!Notebook-python[] (~/azureml-examples-main/tutorials/e2e-ds-experience/e2e-ml-workflow.ipynb?name=train.py)]
213+
210214
As you can see in this training script, once the model is trained, the model file is saved and registered to the workspace. Now you can use the registered model in inferencing endpoints.
211215

212216

articles/route-server/route-injection-in-spokes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following diagram depicts a simple hub and spoke design with a hub VNet and
2121

2222
:::image type="content" source="./media/scenarios/route-injection.png" alt-text="This network diagram shows a basic hub and spoke topology.":::
2323

24-
However, if the NVA advertises network prefixes to the Route Server, they will appear as effective routes in any virtual machine deployed in the hub VNet or spoke VNets that are peered with the hub VNet with the setting "Use remote virtual network's gateway".
24+
However, if the NVA advertises network prefixes to the Route Server, they will appear as effective routes in any virtual machine deployed in the hub VNet or spoke VNets that are peered with the hub VNet with the setting "Use remote virtual network's gateway or Route Server".
2525

2626
## Connectivity to on-premises through the NVA
2727

articles/static-web-apps/deploy-nextjs-hybrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Begin by initializing a new Next.js application.
3131
1. Initialize the application using `npm init`. If you are prompted to install `create-next-app`, say yes.
3232

3333
```bash
34-
npm init next-app@latest -- --typescript
34+
npm init next-app@latest --typescript
3535
```
3636

3737
1. When prompted for an app name, enter **nextjs-app**.

articles/virtual-machines/dcv3-series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The DCsv3 and DCdsv3-series Azure Virtual Machines help protect the confidential
1818

1919
These machines are powered by the latest 3rd Generation Intel&reg; Xeon Scalable processors, and use Intel&reg; Turbo Boost Max Technology 3.0 to reach 3.5 GHz.
2020

21-
With this generation, CPU Cores have increased 6x (up to a maximum of 48 physical cores). Encrypted Memory (EPC) has increased 1500x to 256 GB. Regular Memory has increased 12x to 384 GB. All these changes substantially improve the performance and unlock new entirely new scenarios.
21+
With this generation, CPU Cores have increased 6x (up to a maximum of 48 physical cores). Encrypted Memory (EPC) has increased 1500x to 256 GB. Regular Memory has increased 12x to 384 GB. All these changes substantially improve the performance and unlock entirely new scenarios.
2222

2323
> [!NOTE]
2424
> Hyperthreading is disabled for added security posture. Pricing is the same as Dv5 and Dsv5-series per physical core.

0 commit comments

Comments
 (0)