Azure / AKS-Edge

Welcome to the Azure Kubernetes Service (AKS) Edge repo.
MIT License
56 stars 37 forks source link

AksEdgeQuickStartForAio.ps1 continues on failed VM deployment #171

Closed mallineniuma closed 7 months ago

mallineniuma commented 7 months ago

The return value from the function Start-AideWorkflow is "True False"

image

That is the reason after erroring out it doesnt exit instead it proceeds to the next step, After making the required changes in the Start-AideWorkflow it is now returning false and hence it errors and exits out

image image