Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

az mesh deployment timeout, works fine from Visual Studio #288

Open ross-p-smith opened 5 years ago

ross-p-smith commented 5 years ago

I have a sample project that I can deploy from Visual Studio and everything works fine. If I deploy the same generated ARM template from the cli to a different Resource Group, initially the cli times-out after about 10 mins and then after 2 hours I get this in the portal.

"The resource provision operation did not complete within the allowed timeout period."

It is Windows Containers 1709

The command is : - az mesh deployment create -g FD-Mesh --template-file .\merged-arm_rp.json -n 1

There are no other logs for me to diagnose what is going wrong.

jeffj6123 commented 5 years ago

Within portal are you able to see what errors were getting thrown for the resources you were trying to provision? otherwise you can use the az mesh show commands to see.