Skip to content

Commit 6c45fdb

Browse files
committed
minor fixes
1 parent f283891 commit 6c45fdb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/healthcare-apis/deidentification/reliability-health-data-services-deidentification.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ az afd profile create --profile-name myfrontdoorprofile --resource-group my-deid
8484
|Parameter |Value |Description |
8585
|------------------|-------------------------|----------------------------------------------------------------------------------|
8686
|`profile-name` |`myfrontdoorprofile` |Name for the Azure Front Door profile, which is unique within the resource group. |
87-
|`resource-group` |`my-deid` |The resource group that contains the resources from this tutorial. |
88-
|`sku` |`Premium_AzureFrontDoor` |The pricing tier of the Azure Front Door profile. |
87+
|`resource-group` |`my-deid` |Resource group that contains the resources from this tutorial. |
88+
|`sku` |`Premium_AzureFrontDoor` |Pricing tier of the Azure Front Door profile. |
8989

9090
### Add an endpoint
9191

@@ -130,13 +130,13 @@ az afd origin create --resource-group my-deid --host-name <service-url-east-us>
130130

131131
|Parameter |Value |Description |
132132
|-----------------------|------------------------|-----------------------------------------------------------------------------------------------------|
133-
|`host-name` |`<service-url-east-us>` |The host name of the primary de-identification service. |
133+
|`host-name` |`<service-url-east-us>` |Host name of the primary de-identification service. |
134134
|`origin-name` |`deid1` |Name of the origin. |
135-
|`origin-host-header` |`<service-url-east-us>` |The host header to send for requests to this origin. |
136-
|`priority` |`1` |The priority. Set this parameter to 1 to direct all traffic to the primary de-identification service.|
135+
|`origin-host-header` |`<service-url-east-us>` |Host header to send for requests to this origin. |
136+
|`priority` |`1` |Priority. Set this parameter to 1 to direct all traffic to the primary de-identification service. |
137137
|`weight` |`1000` |Weight of the origin in specified origin group for load balancing. Must be between `1` and `1000`. |
138138
|`enabled-state` |`Enabled` |Whether to enable this origin. |
139-
|`https-port` |`443` |The port used for HTTPS requests to the origin. |
139+
|`https-port` |`443` |Port used for HTTPS requests to the origin. |
140140

141141
Repeat this step to add your second origin. For the `--host-name` and `--origin-host-header` parameters, replace the placeholder value `<service-url-west-us-2>` with your West US 2 service URL, leaving out the scheme (`https://`).
142142

0 commit comments

Comments
 (0)