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
If you're not going to continue to use this application, delete the resource group with the following steps:
60
+
If you're not going to continue to use this application, delete the resource group with the following steps.
61
61
62
62
```azurecli-interactive
63
63
az group delete --name "myResourceGroup"
64
64
```
65
65
66
66
## Next steps
67
67
68
-
In this quickstart guide, you've deployed the Azure API for FHIR into your subscription. For information about how to register applications and the Azure API for FHIR configuration settings, see
68
+
In this quickstart guide, you deployed the Azure API for FHIR into your subscription. For information about how to register applications, and the Azure API for FHIR configuration settings, see the following.
69
69
70
70
71
71
>[!div class="nextstepaction"]
@@ -89,4 +89,4 @@ In this quickstart guide, you've deployed the Azure API for FHIR into your subsc
In this quickstart, you'll learn how to deploy Azure API for FHIR using the Azure portal.
18
+
In this quickstart, you learn how to deploy Azure API for FHIR using the Azure portal.
19
19
20
20
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
21
21
@@ -39,21 +39,21 @@ Select **Create** to create a new Azure API for FHIR account:
39
39
40
40
## Enter account details
41
41
42
-
Select an existing resource group or create a new one, choose a name for the account, and finally select **Review + create**:
42
+
Select an existing resource group or create a new one. Choose a name for the account, and finally select **Review + create**:
43
43
44
44
:::image type="content" source="media/quickstart-paas-portal/portal-new-healthcare-apis-details.png" alt-text="New healthcare api details":::
45
45
46
46
Confirm creation and await FHIR API deployment.
47
47
48
48
## Additional settings (optional)
49
49
50
-
You can also select **Next: Additional settings** to view the authentication settings. The default configuration for the Azure API for FHIR is to [use Azure RBAC for assigning data plane roles](configure-azure-rbac.md). When configured in this mode, the "Authority" for the FHIR service will be set to the Microsoft Entra tenant of the subscription:
50
+
You can also select **Next: Additional settings** to view the authentication settings. The default configuration for the Azure API for FHIR is to [use Azure role-based access control (RBAC) for assigning data plane roles](configure-azure-rbac.md). When configured in this mode, the "Authority" for the FHIR service is set to the Microsoft Entra tenant of the subscription.
Notice that the box for entering allowed object IDs is grayed out, since we use Azure RBAC for configuring role assignments in this case.
55
55
56
-
If you wish to configure the FHIR service to use an external or secondary Microsoft Entra tenant, you can change the Authority and enter object IDs for user and groups that should be allowed access to the server. For more information, see the [local RBAC configuration](configure-local-rbac.md) guide.
56
+
If you wish to configure the FHIR service to use an external or secondary Microsoft Entra tenant, you can change the Authority and enter object IDs for users and groups that should be allowed access to the server. For more information, see the [local RBAC configuration](configure-local-rbac.md) guide.
57
57
58
58
## Fetch FHIR API capability statement
59
59
@@ -65,7 +65,7 @@ When no longer needed, you can delete the resource group, Azure API for FHIR, an
65
65
66
66
## Next steps
67
67
68
-
In this quickstart guide, you've deployed the Azure API for FHIR into your subscription. For information about how to register applications and the Azure API for FHIR configuration settings, see
68
+
In this quickstart guide, you deployed the Azure API for FHIR into your subscription. For information about how to register applications and the Azure API for FHIR configuration settings, see
69
69
70
70
71
71
>[!div class="nextstepaction"]
@@ -89,4 +89,4 @@ In this quickstart guide, you've deployed the Azure API for FHIR into your subsc
> Depending on the version of the `Az` PowerShell module you have installed, the provisioned FHIR server may be configured to use [local RBAC](configure-local-rbac.md) and have the currently signed in PowerShell user set in the list of allowed identity object IDs for the deployed FHIR service. Going forward, we recommend that you [use Azure RBAC](configure-azure-rbac.md) for assigning data plane roles and you may need to delete this users object ID after deployment to enable Azure RBAC mode.
47
+
> Depending on the version of the `Az` PowerShell module you have installed, the provisioned FHIR server may be configured to use [local role-based access control (RBAC)](configure-local-rbac.md) and have the currently signed in PowerShell user in the list of allowed identity object IDs for the deployed FHIR service. We recommend you [use Azure RBAC](configure-azure-rbac.md) for assigning data plane roles. You may need to delete this user's object ID after deployment to enable Azure RBAC mode.
48
48
49
49
50
50
## Fetch capability statement
51
51
52
-
You'll be able to validate that the Azure API for FHIR account is running by fetching a FHIR capability statement:
52
+
You can validate that the Azure API for FHIR account is running by fetching a FHIR capability statement with the following commands.
If you're not going to continue to use this application, delete the resource group with the following steps:
61
+
If you're not going to continue using this application, delete the resource group with the following steps.
62
62
63
63
```azurepowershell-interactive
64
64
Remove-AzResourceGroup -Name myResourceGroupName
65
65
```
66
66
67
67
## Next steps
68
68
69
-
In this quickstart guide, you've deployed the Azure API for FHIR into your subscription. For more information about the settings in Azure API for FHIR and to start using Azure API for FHIR, see
69
+
In this quickstart guide, you deployed the Azure API for FHIR into your subscription. For more information about the settings in Azure API for FHIR and to start using Azure API for FHIR, see
70
70
71
71
>[!div class="nextstepaction"]
72
72
>[Additional settings in Azure API for FHIR](azure-api-for-fhir-additional-settings.md)
@@ -92,4 +92,4 @@ In this quickstart guide, you've deployed the Azure API for FHIR into your subsc
0 commit comments