You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/healthcare-ai/deploy-cxrreportgen.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use CXRReportGen Healthcare AI Model with Azure AI Fou
5
5
ms.service: azure-ai-foundry
6
6
manager: scottpolly
7
7
ms.topic: how-to
8
-
ms.date: 10/20/2024
8
+
ms.date: 04/24/2025
9
9
ms.reviewer: itarapov
10
10
reviewer: ivantarapov
11
11
ms.author: mopeakande
@@ -35,18 +35,20 @@ The CXRReportGen model combines a radiology-specific image encoder with a large
35
35
36
36
## Prerequisites
37
37
38
-
To use the CXRReportGen model, you need the following prerequisites:
38
+
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
39
39
40
-
### A model deployment
40
+
- An [Azure AI Foundry project](../create-projects.md).
41
41
42
-
**Deployment to a self-hosted managed compute**
42
+
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../../concepts/rbac-ai-foundry.md).
43
43
44
-
CXRReportGen model can be deployed to our self-hosted managed inference solution, which allows you to customize and control all the details about how the model is served. You can deploy the model through the catalog UI (in [Azure AI Foundry](https://aka.ms/healthcaremodelstudio) or [Azure Machine Learning studio](https://ml.azure.com/model/catalog)) or deploy programmatically.
44
+
## Deploy the model to a managed compute
45
+
46
+
Deployment to a self-hosted managed inference solution allows you to customize and control all the details about how the model is served. You can deploy the model from its model card in the catalog UI of [Azure AI Foundry](https://aka.ms/healthcaremodelstudio) or [Azure Machine Learning studio](https://ml.azure.com/model/catalog) or [deploy it programmatically](../deploy-models-managed.md).
45
47
46
48
To __deploy the model through the UI__:
47
49
48
-
1. Go to the catalog.
49
-
1. Search for _CxrReportGen_ and select the model card.
50
+
1. Go to the model catalog.
51
+
1. Search for the _CxrReportGen_model and select its model card.
50
52
1. On the model's overview page, select __Deploy__.
51
53
1. If given the option to choose between serverless API deployment and deployment using a managed compute, select **Managed Compute**.
52
54
1. Fill out the details in the deployment window.
@@ -68,14 +70,14 @@ Consume the CXRReportGen report generation model as a REST API, using simple GET
In the deployment configuration, you get to choose the authentication method. This example uses Azure Machine Learning token-based authentication. For more authentication options, see the [corresponding documentation page](../../../machine-learning/how-to-setup-authentication.md). Also, note that the client is created from a configuration file that is created automatically for Azure Machine Learning virtual machines (VMs). Learn more on the [corresponding API documentation page](/python/api/azure-ai-ml/azure.ai.ml.mlclient#azure-ai-ml-mlclient-from-config).
80
+
In the deployment configuration, you get to choose an authentication method. This example uses Azure Machine Learning token-based authentication. For more authentication options, see the [corresponding documentation page](../../../machine-learning/how-to-setup-authentication.md). Also, the client is created from a configuration file that is created automatically for Azure Machine Learning virtual machines (VMs). Learn more on the [corresponding API documentation page](/python/api/azure-ai-ml/azure.ai.ml.mlclient#azure-ai-ml-mlclient-from-config).
79
81
80
82
### Make basic calls to the model
81
83
@@ -204,5 +206,5 @@ CXRReportGen is a versatile model that can be applied to a wide range of tasks a
204
206
205
207
## Related content
206
208
207
-
*[MedImageParse for medical image segmentation](deploy-medimageparse.md)
208
-
*[MedImageInsight for grounded report generation](deploy-medimageinsight.md)
209
+
*[MedImageParse models for medical image segmentation](deploy-medimageparse.md)
210
+
*[MedImageInsight for grounded report generation](deploy-medimageinsight.md)
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/healthcare-ai/deploy-medimageinsight.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use MedImageInsight Healthcare AI Model with Azure AI
5
5
ms.service: azure-ai-foundry
6
6
manager: scottpolly
7
7
ms.topic: how-to
8
-
ms.date: 10/20/2024
8
+
ms.date: 04/24/2025
9
9
ms.reviewer: itarapov
10
10
reviewer: ivantarapov
11
11
ms.author: mopeakande
@@ -33,18 +33,20 @@ An embedding model is capable of serving as the basis of many different solution
33
33
34
34
## Prerequisites
35
35
36
-
To use the MedImageInsight model, you need the following prerequisites:
36
+
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
37
37
38
-
### A model deployment
38
+
- An [Azure AI Foundry project](../create-projects.md).
39
39
40
-
**Deployment to a self-hosted managed compute**
40
+
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../../concepts/rbac-ai-foundry.md).
41
41
42
-
MedImageInsight model can be deployed to our self-hosted managed inference solution, which allows you to customize and control all the details about how the model is served. You can deploy the model through the catalog UI (in [Azure AI Foundry](https://aka.ms/healthcaremodelstudio) or [Azure Machine Learning studio](https://ml.azure.com/model/catalog)) or deploy programmatically.
42
+
## Deploy the model to a managed compute
43
+
44
+
Deployment to a self-hosted managed inference solution allows you to customize and control all the details about how the model is served. You can deploy the model from its model card in the catalog UI of [Azure AI Foundry](https://aka.ms/healthcaremodelstudio) or [Azure Machine Learning studio](https://ml.azure.com/model/catalog) or [deploy it programmatically](../deploy-models-managed.md).
43
45
44
46
To __deploy the model through the UI__:
45
47
46
-
1. Go to the catalog.
47
-
1. Search for _MedImageInsight_ and select the model card.
48
+
1. Go to the model catalog.
49
+
1. Search for the _MedImageInsight_model and select its model card.
48
50
1. On the model's overview page, select __Deploy__.
49
51
1. If given the option to choose between serverless API deployment and deployment using a managed compute, select **Managed Compute**.
50
52
1. Fill out the details in the deployment window.
@@ -66,14 +68,14 @@ Consume the MedImageInsight embedding model as a REST API, using simple GET requ
In the deployment configuration, you get to choose the authentication method. This example uses Azure Machine Learning token-based authentication. For more authentication options, see the [corresponding documentation page](../../../machine-learning/how-to-setup-authentication.md). Also, note that the client is created from a configuration file that is created automatically for Azure Machine Learning virtual machines (VMs). Learn more on the [corresponding API documentation page](/python/api/azure-ai-ml/azure.ai.ml.mlclient#azure-ai-ml-mlclient-from-config).
78
+
In the deployment configuration, you get to choose an authentication method. This example uses Azure Machine Learning token-based authentication. For more authentication options, see the [corresponding documentation page](../../../machine-learning/how-to-setup-authentication.md). Also, the client is created from a configuration file that is created automatically for Azure Machine Learning virtual machines (VMs). Learn more on the [corresponding API documentation page](/python/api/azure-ai-ml/azure.ai.ml.mlclient#azure-ai-ml-mlclient-from-config).
77
79
78
80
### Make basic calls to the model
79
81
@@ -237,5 +239,5 @@ MedImageInsight is a versatile model that can be applied to a wide range of task
237
239
238
240
## Related content
239
241
240
-
*[MedImageParse for medical image segmentation](./deploy-medimageparse.md)
241
-
*[CXRReportGen for grounded report generation](./deploy-cxrreportgen.md)
242
+
*[MedImageParse models for medical image segmentation](deploy-medimageparse.md)
243
+
*[CXRReportGen for grounded report generation](./deploy-cxrreportgen.md)
0 commit comments