Skip to content

Commit

Permalink
Update aks.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydestro authored Oct 12, 2021
1 parent 2d8cdfc commit c41ffd7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aks.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ param sshRSAPublicKey string
param servicePrincipalClientId string

@description('The unique name for the AKS cluster, such as myAKSCluster.')
param uniqueclustername string
param uniqueclustername string = resourceGroup()

@secure()
@description('Unique DNS name.')
param dnsPrefix string = resourceGroup()

@secure()
@description('The secret password associated with the service principal.')
Expand Down

0 comments on commit c41ffd7

Please sign in to comment.