Skip to content

Commit c9a0683

Browse files
authored
Merge pull request #205581 from shivanissambare/ssambare1
linking inference server faqs
2 parents ca97f0c + 38131ec commit c9a0683

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/machine-learning/how-to-troubleshoot-deployment-local.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ The local inference server allows you to quickly debug your entry script (`score
5353
```bash
5454
curl -p 127.0.0.1:5001/score
5555
```
56+
> [!NOTE]
57+
> [**Learn frequently asked questions**](how-to-inference-server-http.md#frequently-asked-questions) about Azure machine learning Inference HTTP server.
5658

5759
## Debug locally
5860

articles/machine-learning/how-to-troubleshoot-deployment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ The local inference server allows you to quickly debug your entry script (`score
105105
```bash
106106
curl -p 127.0.0.1:5001/score
107107
```
108+
> [!NOTE]
109+
> [**Learn frequently asked questions**](how-to-inference-server-http.md#frequently-asked-questions) about Azure machine learning Inference HTTP server.
108110

109111
## Container cannot be scheduled
110112

0 commit comments

Comments
 (0)