Skip to content

Commit e8bd8c4

Browse files
committed
fixed policy descriptions
1 parent ac43744 commit e8bd8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-instances/how-to-reuse-dns-names.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ You now have the choice when creating an ACI to choose what level of reuse you w
3333
3434
| Policy name | Policy definition |
3535
| - | - |
36-
| unsecure | Hash will be generated based on only the DNS name. Avoiding subdomain takeover is not guaranteed if another customer uses the same DNS name. |
36+
| unsecure | Hash will not be generated. Object's domain label can't be reused within resource group, subscription, or tenant. |
3737
| tenantReuse | **Default** Hash will be generated based on the DNS name and the tenant ID. Object's domain name label can be reused within the same tenant. |
3838
| subscriptionReuse | Hash will be generated based on the DNS name and the tenant ID and subscription ID. Object's domain name label can be reused within the same subscription. |
3939
| resourceGroupReuse | Hash will be generated based on the DNS name and the tenant ID, subscription ID, and resource group name. Object's domain name label can be reused within the same resource group. |
40-
| noReuse | Hash will not be generated. Object's domain label can't be reused within resource group, subscription, or tenant. |
40+
| noReuse | Hash will be generated using a GUID. Object's domain label can be reused freely, as this hash will always be unique. |
4141
4242
## Create a container instance
4343

0 commit comments

Comments
 (0)