Skip to content

Commit fbde036

Browse files
Merge pull request #279061 from Blackmist/remove-postman
removing mention of postman per security guidance
2 parents e9938ec + c738dbf commit fbde036

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/machine-learning/how-to-configure-private-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ The following restrictions apply to IP address ranges:
334334

335335
- Only IPv4 addresses are supported for configuration of storage firewall rules.
336336

337-
- When this feature is enabled, you can test public endpoints using any client tool such as Postman or others, but the Endpoint Test tool in the portal is not supported.
337+
- When this feature is enabled, you can test public endpoints using any client tool such as Curl, but the Endpoint Test tool in the portal is not supported.
338338

339339
## Securely connect to your workspace
340340

@@ -391,7 +391,7 @@ If you want to create an isolated Azure Kubernetes Service used by the workspace
391391

392392
:::image type="content" source="./media/how-to-configure-private-link/multiple-private-endpoint-workspace-aks.png" alt-text="Diagram of isolated AKS VNet":::
393393

394-
## Next steps
394+
## Next step
395395

396396
* For more information on securing your Azure Machine Learning workspace, see the [Virtual network isolation and privacy overview](how-to-network-security-overview.md) article.
397397

articles/machine-learning/how-to-registry-network-isolation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@ $accessToken = (az account get-access-token | ConvertFrom-Json).accessToken
235235
az account get-access-token --query accessToken
236236
```
237237
238-
1. Use a REST client such as Postman or Curl to make a GET request to the discovery URL. Use the access token retrieved in the previous step for authorization. In the following example, replace `<region>` with the region where your registry is located and `<registry_name>` with the name of your registry. Replace `<token>` with the access token retrieved in the previous step:
238+
1. Use a REST client such as Curl to make a GET request to the discovery URL. Use the access token retrieved in the previous step for authorization. In the following example, replace `<region>` with the region where your registry is located and `<registry_name>` with the name of your registry. Replace `<token>` with the access token retrieved in the previous step:
239239
240240
```bash
241241
curl -X GET "https://<region>.api.azureml.ms/registrymanagement/v1.0/registries/<registry_name>/discovery" -H "Authorization: Bearer <token>" -H "Content-Type: application/json"
242242
```
243243
244-
## Next steps
244+
## Next step
245245
246246
Learn how to [Share models, components, and environments across workspaces with registries](how-to-share-models-pipelines-across-workspaces-with-registries.md).

0 commit comments

Comments
 (0)