Skip to content

Commit 19e49cc

Browse files
Merge pull request #250824 from MicrosoftDocs/JasonWHowell-patch-3
Update configure-azure-rbac-using-scripts.md
2 parents 727c2c6 + 10d0e93 commit 19e49cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/healthcare-apis/configure-azure-rbac-using-scripts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ The API requires the following values:
9696
- 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.
9797
- 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.
9898
- 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/"`
100100
- For Azure Health Data Services, the scope includes workspace name and FHIR/DICOM service instance name.
101101

102-
```
102+
```rest
103103
### Create a role assignment - Azure Health Data Services (DICOM)
104104
@roleassignmentid=xxx
105105
@roleapiversion=2021-04-01
@@ -126,7 +126,7 @@ Accept: application/json
126126

127127
For Azure API for FHIR, the scope is defined slightly differently as it supports the FHIR service only, and no workspace name is required.
128128

129-
```
129+
```rest
130130
### Create a role assignment - Azure API for FHIR
131131
@roleassignmentid=xxx
132132
@roleapiversion=2021-04-01
@@ -157,7 +157,7 @@ Optionally, you can get a list of Azure Health Data Services services, or Azure
157157

158158
For Azure Health Data Services, specify the subscription ID, resource group name, workspace name, FHIR or DICOM services, and the API version.
159159

160-
```
160+
```rest
161161
### Get Azure Health Data Services DICOM services
162162
@apiversion=2021-06-01
163163
@subscriptionid=xxx
@@ -173,7 +173,7 @@ Accept: application/json
173173

174174
For Azure API for FHIR, specify the subscription ID and the API version.
175175

176-
```
176+
```rest
177177
### Get a list of Azure API for FHIR services
178178
@apiversion=2021-06-01
179179
@subscriptionid=xxx

0 commit comments

Comments
 (0)