Skip to content

Commit 366ed16

Browse files
authored
Merge pull request #103385 from uhabiba04/master
minor update as per SMEs suggestion
2 parents fb6d780 + d98b63d commit 366ed16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/blockchain/templates/hyperledger-fabric-consortium-azure-kubernetes-service.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ SWITCH_TO_AKS_CLUSTER() { az aks get-credentials --resource-group $1 --name $2 -
139139
ORDERER_AKS_SUBSCRIPTION=<ordererAKSClusterSubscriptionID>
140140
ORDERER_AKS_RESOURCE_GROUP=<ordererAKSClusterResourceGroup>
141141
ORDERER_AKS_NAME=<ordererAKSClusterName>
142-
ORDERER_DNS_ZONE=
143142
ORDERER_DNS_ZONE=$(az aks show --resource-group $ORDERER_AKS_RESOURCE_GROUP --name $ORDERER_AKS_NAME --subscription $ORDERER_AKS_SUBSCRIPTION -o json | jq .addonProfiles.httpApplicationRouting.config.HTTPApplicationRoutingZoneName | tr -d '"')
144143
ORDERER_END_POINT="orderer1.$ORDERER_DNS_ZONE:443"
145144
CHANNEL_NAME=<channelName>

0 commit comments

Comments
 (0)