Skip to content

Commit 7d6b0e3

Browse files
Merge pull request #234288 from psanapathi/main
Minor updates to Project Health Insights (Preview)
2 parents 9de8e79 + 0e87ccc commit 7d6b0e3

19 files changed

+39
-42
lines changed

articles/azure-health-insights/deploy-portal.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@ In this quickstart, you learn how to deploy Project Health Insights using the Az
1818

1919
Once deployment is complete, you can use the Azure portal to navigate to the newly created Project Health Insights, and retrieve the needed details such your service URL, keys and manage your access controls.
2020

21-
## Prerequisite
22-
To deploy Project Health Insights, you must register your subscription. Let us know the Azure subscription ID you plan to use for Project Health Insights so that we can register necessary feature flags on our end.
23-
2421
## Deploy Project Health Insights
2522

2623
1. Sign in to the [Azure portal](https://portal.azure.com/).
2724
2. Create a new **Resource group**.
28-
3. Add a new Cognitive Services account to your Resource group and search for **Project Health Insights**.
25+
3. Add a new Cognitive Services account to your Resource group and search for **Health Insights**.
2926

30-
![Screenshot of how to create the new Project Health Insights service.](media/oncophenotype/deploy-to-azure/create-service.png)
27+
![Screenshot of how to create the new Project Health Insights service.](media/create-service.png)
3128

3229
or Use this [link](https://portal.azure.com/#create/Microsoft.CognitiveServicesHealthInsights) to create a new Cognitive Services account.
3330

@@ -37,19 +34,19 @@ To deploy Project Health Insights, you must register your subscription. Let us k
3734
- **Name**: Enter a Cognitive Services account name.
3835
- **Pricing tier**: Select your pricing tier.
3936

40-
![Screenshot of how to create new Cognitive Services account.](media/oncophenotype/deploy-to-azure/create-health-insights.png)
37+
![Screenshot of how to create new Cognitive Services account.](media/create-health-insights.png)
4138

4239
5. Navigate to your newly created service.
4340

44-
![Screenshot of the Overview of Cognitive Services account.](media/oncophenotype/deploy-to-azure/created-health-insights.png)
41+
![Screenshot of the Overview of Cognitive Services account.](media/created-health-insights.png)
4542

4643
## Configure private endpoints
4744

4845
With private endpoints, the network traffic between the clients on the VNet and the Cognitive Services account run over the VNet and a private link on the Microsoft backbone network. This eliminates exposure from the public internet.
4946

5047
Once the Cognitive Services account is successfully created, configure private endpoints from the Networking page under Resource Management.
5148

52-
![Screenshot of Private Endpoint.](media/oncophenotype/deploy-to-azure/private-endpoints.png)
49+
![Screenshot of Private Endpoint.](media/private-endpoints.png)
5350

5451
## Next steps
5552

articles/azure-health-insights/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ landingContent:
3535
links:
3636
- text: Model configuration
3737
url: oncophenotype/model-configuration.md
38-
- text: Patient information
39-
url: oncophenotype/patient-info.md
4038
- text: Inference information
4139
url: oncophenotype/inferences.md
4240
- linkListType: quickstart
1.65 KB
Loading
40.2 KB
Loading

articles/azure-health-insights/oncophenotype/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ items:
2020
items:
2121
- name: Model configuration
2222
href: model-configuration.md
23-
- name: Patient information
24-
href: patient-info.md
2523
- name: Inference information
2624
href: inferences.md
2725
- name: Reference

articles/azure-health-insights/oncophenotype/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ For each clinical document within a patient:
174174
To get better insights into the request and responses, you can read more on following pages:
175175

176176
>[!div class="nextstepaction"]
177-
> [Model Configuration](model-configuration.md)
177+
> [Model configuration](model-configuration.md)
178178
179179
>[!div class="nextstepaction"]
180-
> [Inferences](inferences.md)
180+
> [Inference information](inferences.md)

0 commit comments

Comments
 (0)