ross-p-smith / SimpleK8sJob

Read a message from a Queue and write it to AppInsights and end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleK8sJob

Read a message from a Queue and write it to AppInsights and end

You will need a launchSettings.json file inside your Properties folder to inject the following Environment Variables

{ "profiles": { "SimpleJob": { "commandName": "Project" }, "Docker": { "commandName": "Docker", "environmentVariables": { "Key": "Value", "STORAGE_CONNECTION": "DefaultEndpointsProtocol=https;AccountName=BLAH;AccountKey=BLAH;EndpointSuffix=core.windows.net", "AI_KEY": "BLAH" } } } }

About

Read a message from a Queue and write it to AppInsights and end


Languages

Language:C# 82.5%Language:Dockerfile 17.5%