Cannot see option to 'Add Application Insights Telemetry to Project' - wcf

I have an existing web role that I deploy to Azure. Now I would like to try out Application Insights but I do not see an option to 'Add Application Insights Telemetry to Project'. I installed all the latest updates and if I try adding another web role project to my Azure deployment that new project has the option to add Application Insights.
Any ideas would be greatly appreciated.
Thank You!

I believe VSIX checks if ApplicationInsights.config is added to the project. If it is present the option to add is not available.

I think I figured this out. Somehow telemetry was already added to my project, and that is probably why the menu option was not available.

I ran into the same problem then found another option called overview after right clicking my project. Option might be available for other people so posting here as I didn't find this information elsewhere.
Right click project > Overview > Connected services > Monitoring with application insights > follow set up with azure account.
Also had to follow this post as .config file didn't add
https://stackoverflow.com/a/38060313/7030091

Related

Getting No data from WCF project to azure application insights

I am trying to configure application insights for one of my WCF project. I did the configuration using visual studio and redeployed the application in IIS. But it is not sending any request Data to application insights. I have used same configuration method on a sample WCF application and I got request information in my app insights. I have referred some documentation for troubleshooting. It is showing to add appinsights.wcf package from Myget. But I don't have access to that in My workstation. Without Microsoft.ApplicationInsights.Wcf package I have successfully connected my demo application to application insights. Please share your suggestion for implementation. My main application is using .net 4.6.1 framework and my sub project has dependencies with another sub projects. Any suggestions is appreciated. Thanks in advance.
If your data is not sending into application insights, please go through the SO Thread.
I hope you are looking for without using Microsoft.ApplicationInsights.Wcf package in your project.
But without using this package it is not possible to send Telemetry data into application insights. Which is the must requirement to use the recent or prerelease Microsoft.ApplicationInsights.Wcf package in your project.
Refer here for more information

How to create application and workspace through script?

I created a workspace provision app, where is possible to create workspace without access to administration services. Now, I want to do the same for applications, to install application on workspace remotely on button click.
How can I achieve this?
Take a look of this tutorial
https://joelkallman.blogspot.com/2018/08/scripting-service-creation-in-oracle.html
But you must need to have sys privileges
You can create the workspace and application by running the script file.
Try to review mentioned link.
https://oracle-base.com/articles/misc/sqlcl-deploying-oracle-application-express-apex-applications-using-sqlcl-and-liquibase

Set up Application Insights for Older WCF Library

I've "setup" AI through the context menu in VS 2017 when selecting the "Configure Application Insights" option. It doesn't set up like ASP.NET sites. it didn't add AI dll's and there isn't a ApplicationInsights.config
But it does state I've connected to the AI i created in Azure. yet i don't see the instrumentation Key anywhere. Also When I rum the WCF service noting gets logged. is there a specific way we need to set up AI for this? I couldn't find articles on how to do this. The only files that were generated was in the Connected Services AI folder and ConnectedService.json
I figured out the issue, of TFS for some reason it didn't allow checkout of project file so it created the files but couldn't add it to the project. I checkout the project manually and delete the files. Then added AI and it worked as expected.

How to deploy an existing PerformancePoint dashboard to a new site?

Apologies if the question is not worded appropriately.
I've created a dashboard using the dashboard designer and succesfully deployed it to our development server. Now I'd like to deploy it to our staging server - is there a way to do that?
I've tried pointing the designer at a different URL without success.
Thanks,
Phil
I ran into same issue and thanks to Umair for reminding me about the import option with the Dashboard Designer. You will open up designer in new location and then use the Import option and point to your ddwx file.
Here is the posting and references from the forum posting - Deploy PPS 2010 dashboard content to new server
I have an additional link in the forum post at the bottom that will send you to the link to the technet documentation as well.
If you only have SSAS reports and SSAS data sources then the PerformancePoint 2010 Content Deployment Tool might be of help.
I have used it to deploy dashboards and reports to another server without issues. It even lets you deploy remotely from dev to other servers if you have the needed permissions. Pretty neat tool, sadly it hasn't been updated recently and still lack a few key features (as the ones I described above).
PPS in SP2013 comes with this built in, but I haven't studied the details yet. Just picked it up from the PPS team in this blogpost
Never figured out a good way to deploy SP lists data connections and SSRS reports though.

RIA: "Use local IIS Web server"

I know I've had this problem when I started working with Silverlight, but I can't for the life of me remember how to fix it.
I created a new RIA service application using the standard tutorial, added a table from the database and added a grid to display the results. Works great. Now I pull open the Web properties and change the web project to "use local IIS Web server". Suddenly the application will load up and give me the friendly "NotFound" error.
Please, someone remind me what I'm missing here.
I ran into this problem recently, and resolved it with help from this post on the silverlight.net forums.
Basically, I had Windows authentication and annonymous access enabled at the same time, and I need to disable windows authentication and restart IIS.
John
Not sure what the missing part is but I always start with Fiddler as will show the messages going across the wire. The actual messages can contains far more useful that the browser is hiding from the Silverlight plugin