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

VS2017 Mesh SDK: Mesh deployment fails when using App Insights #150

Open plooploops opened 6 years ago

plooploops commented 6 years ago

Azure Mesh deployment fails when hooking in Azure Application Insights key in the service.yaml file.

This is the helloworld app: https://github.com/Azure/service-fabric-mesh-preview-pr/blob/master/docs/conceptual-docs/tutorial-create-dotnetcore.md

image image

mikkelhegn commented 6 years ago

@mattrowmsft To help diagnose the deployment failure.

mikkelhegn commented 5 years ago

@plooploops Did you verify this is due to the environment variable? Have you changed the code to use it? If so, is the container crashing?