felixrieseberg / Ghost-Azure

:ghost: Install Ghost on Azure with a simple click
MIT License
129 stars 210 forks source link

Please add ability to specify an Application Insights resource for telemetry during deployment #41

Closed nibras85 closed 8 years ago

nibras85 commented 8 years ago

I'd like to collect telemetry about my Ghost blog instance. It would be nice if I could specify an Application Insights resource to use during the deployment of the Ghost instance to Azure.

FBoucher commented 8 years ago

You can add it after the deployment. For the client version go to the admin page of your blog. In the Code Injection section past the code in the Blog Header.

For the server side Application Insights, in the Azure Portal, Go to the Web App. From the top section select Tools. From the right panel select Extensions. Click the +Add button in the new section that just pop and select Application Insights.

nibras85 commented 8 years ago

Thank you for your response. I did that and its collecting telemetry properly. This is more of a feature request.. for the deployment script to ask to specify or create an Application Insights resource during deployment. Thanks again.