Skip to content

Commit 32dac1c

Browse files
authored
Merge pull request #232165 from MicrosoftDocs/release-azure-health-insights
[RELEASE PUBLISH] Release azure health insights for Public Preview
2 parents e4b4b2b + e544c25 commit 32dac1c

37 files changed

+3030
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
items:
2+
- name: Project Health Insights documentation
3+
href: index.yml
4+
- name: Overview
5+
expanded: true
6+
items:
7+
- name: About Project Health Insights
8+
href: overview.md
9+
- name: Onco Phenotype
10+
href: ./oncophenotype/index.yml
11+
- name: Trial Matcher
12+
href: ./trial-matcher/index.yml
13+
- name: Concepts
14+
expanded: true
15+
items:
16+
- name: Request Info
17+
href: request-info.md
18+
- name: Response Info
19+
href: response-info.md
20+
- name: Quickstarts
21+
expanded: true
22+
items:
23+
- name: Deploy Project Health Insights using the portal
24+
href: deploy-portal.md
25+
- name: Responsible use of AI
26+
expanded: true
27+
items:
28+
- name: Data, privacy, and security
29+
href: responsible-ai/data-privacy-security.md
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: Docs
2+
tocHref: /
3+
topicHref: /
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Deploy Project Health Insights using the Azure portal
3+
titleSuffix: Project Health Insights
4+
description: This article describes how to deploy Project Health Insights in the Azure portal.
5+
services: azure-health-insights
6+
author: iBoonZ
7+
manager: urieinav
8+
ms.service: azure-health-insights
9+
ms.topic: overview
10+
ms.date: 01/26/2023
11+
ms.author: behoorne
12+
---
13+
14+
15+
# Quickstart: Deploy Project Health Insights using the Azure portal
16+
17+
In this quickstart, you learn how to deploy Project Health Insights using the Azure portal.
18+
19+
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.
20+
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+
24+
## Deploy Project Health Insights
25+
26+
1. Sign in to the [Azure portal](https://portal.azure.com/).
27+
2. Create a new **Resource group**.
28+
3. Add a new Cognitive Services account to your Resource group and search for **Project Health Insights**.
29+
30+
![Screenshot of how to create the new Project Health Insights service.](media/oncophenotype/deploy-to-azure/create-service.png)
31+
32+
or Use this [link](https://portal.azure.com/#create/Microsoft.CognitiveServicesHealthInsights) to create a new Cognitive Services account.
33+
34+
4. Enter the following values:
35+
- **Resource group**: Select or create your Resource group name.
36+
- **Region**: Select an Azure location, such as West Europe.
37+
- **Name**: Enter a Cognitive Services account name.
38+
- **Pricing tier**: Select your pricing tier.
39+
40+
![Screenshot of how to create new Cognitive Services account.](media/oncophenotype/deploy-to-azure/create-health-insights.png)
41+
42+
5. Navigate to your newly created service.
43+
44+
![Screenshot of the Overview of Cognitive Services account.](media/oncophenotype/deploy-to-azure/created-health-insights.png)
45+
46+
## Configure private endpoints
47+
48+
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.
49+
50+
Once the Cognitive Services account is successfully created, configure private endpoints from the Networking page under Resource Management.
51+
52+
![Screenshot of Private Endpoint.](media/oncophenotype/deploy-to-azure/private-endpoints.png)
53+
54+
## Next steps
55+
56+
To get started using Project Health Insights, get started with one of the following models:
57+
58+
>[!div class="nextstepaction"]
59+
> [Onco Phenotype](oncophenotype/index.yml)
60+
61+
>[!div class="nextstepaction"]
62+
> [Trial Matcher](trial-matcher/index.yml)
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
### YamlMime:Landing
2+
3+
title: Project Health Insights
4+
summary: Project Health Insights
5+
metadata:
6+
title: Project Health Insights
7+
description: this article contains documentation regarding the different Health Decision Models from Health A.I.
8+
ms.service: Project Health Insights
9+
ms.topic: landing-page
10+
author: iBoonZ
11+
ms.author: behoorne
12+
ms.date: 01/26/2023
13+
14+
15+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | tutorial | overview | quickstart | reference | sample | tutorial | video | whats-new
16+
17+
landingContent:
18+
- title: About Project Health Insights
19+
linkLists:
20+
- linkListType: overview
21+
links:
22+
- text: What is Project Health Insights?
23+
url: overview.md
24+
- linkListType: quickstart
25+
links:
26+
- text: Deploy using the portal
27+
url: deploy-portal.md
28+
- title: Onco Phenotype
29+
linkLists:
30+
- linkListType: overview
31+
links:
32+
- text: About Onco Phenotype
33+
url: oncophenotype/overview.md
34+
- linkListType: concept
35+
links:
36+
- text: Model configuration
37+
url: oncophenotype/model-configuration.md
38+
- text: Patient information
39+
url: oncophenotype/patient-info.md
40+
- text: Inference information
41+
url: oncophenotype/inferences.md
42+
- linkListType: quickstart
43+
links:
44+
- text: Get started
45+
url: oncophenotype/get-started.md
46+
- title: Trial Matcher
47+
linkLists:
48+
- linkListType: overview
49+
links:
50+
- text: About Trial Matcher
51+
url: trial-matcher/overview.md
52+
- linkListType: concept
53+
links:
54+
- text: Model configuration
55+
url: trial-matcher/model-configuration.md
56+
- text: Patient information
57+
url: trial-matcher/patient-info.md
58+
- text: Inference information
59+
url: trial-matcher/inferences.md
60+
- linkListType: quickstart
61+
links:
62+
- text: Get started
63+
url: trial-matcher/get-started.md
193 KB
Loading
57 KB
Loading
40.2 KB
Loading
18.2 KB
Loading
75.3 KB
Loading
49.3 KB
Loading

0 commit comments

Comments
 (0)