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/healthcare-apis/configure-azure-rbac-using-scripts.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,10 @@ The API requires the following values:
96
96
- Scope for Azure Health Data Services to which you grant access permissions. It includes subscription ID, resource group name, and the FHIR or DICOM service instance name.
97
97
- Role definition ID for roles such as "FHIR Data Contributor" or "DICOM Data Owner". Use `az role definition list --name "<role name>"` to list the role definition IDs.
98
98
- Service principal ID for the user or the client application.
99
-
- Azure AD access token to the [management resource](https://management.azure.com/), not Azure Health Data Services. You can get the access token using an existing tool or using Azure CLI command, `az account get-access-token --resource "https://management.azure.com/"`
99
+
- Azure AD access token to the `https://management.azure.com/`, not Azure Health Data Services. You can get the access token using an existing tool or using Azure CLI command, `az account get-access-token --resource "https://management.azure.com/"`
100
100
- For Azure Health Data Services, the scope includes workspace name and FHIR/DICOM service instance name.
101
101
102
-
```
102
+
```rest
103
103
### Create a role assignment - Azure Health Data Services (DICOM)
104
104
@roleassignmentid=xxx
105
105
@roleapiversion=2021-04-01
@@ -126,7 +126,7 @@ Accept: application/json
126
126
127
127
For Azure API for FHIR, the scope is defined slightly differently as it supports the FHIR service only, and no workspace name is required.
128
128
129
-
```
129
+
```rest
130
130
### Create a role assignment - Azure API for FHIR
131
131
@roleassignmentid=xxx
132
132
@roleapiversion=2021-04-01
@@ -157,7 +157,7 @@ Optionally, you can get a list of Azure Health Data Services services, or Azure
157
157
158
158
For Azure Health Data Services, specify the subscription ID, resource group name, workspace name, FHIR or DICOM services, and the API version.
159
159
160
-
```
160
+
```rest
161
161
### Get Azure Health Data Services DICOM services
162
162
@apiversion=2021-06-01
163
163
@subscriptionid=xxx
@@ -173,7 +173,7 @@ Accept: application/json
173
173
174
174
For Azure API for FHIR, specify the subscription ID and the API version.
0 commit comments