How do you get page hit counts for an Azure app?
-
2012년 1월 6일 금요일 오후 6:47
Are site metrics available thru the Azure Management portal?
모든 응답
-
2012년 1월 6일 금요일 오후 7:35
Why not just use Google http://www.google.com/webmasters/
It's free and you would just simply need to add a file to the root of your solution.
-Ira Bell -
2012년 1월 7일 토요일 오후 6:09
Thanks for the tip. I tried it.
Unfortunately this is a Silverlight 4 app running on Azure. Google Webmasters does not work. The Google methods for verifying domain name ownership fails in this case.
Bill Glosser
-
2012년 1월 8일 일요일 오후 2:35
Windows Azure currently does not provide any site usage matrix. After all, Windows Azure is not meant to be a web hosting provider. We can do much more than hosting web sites.
I don't see how Google Webmasters (or similar services like Bing Webmaster) don't work in Windows Azure web roles. Those services do require domain verification. But you only need to do that once. So create a deployment with the file required by the webmaster tools, and verify the ownership. Then you can remove the deployment if you want.
By the way, if your web role only contains a Silverlight application, it may not be a good candidate to run in Windows Azure. Silverlight applications run on the client, so you're not using the power of the cloud. Of course if the Silverlight application invokes services hosted in Windows Azure, that's another story.
- 답변으로 표시됨 Arwind - MSFTModerator 2012년 1월 12일 목요일 오전 2:41
- 답변으로 표시 취소됨 Glosser 2012년 1월 12일 목요일 오후 3:46
-
2012년 1월 16일 월요일 오후 2:06중재자
Hi,
We don’t need to deploy a Silverlight application during domain verification. For example, first deploy a simple application with a single HTML page which contains the meta code. After the validation is done, remove the deployment, and deploy your Silverlight application. The verification only needs to be done once. After that, even if you remove the meta code, it will continue to work fine.
Best Regards,
Ming Xu.
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework -
2012년 3월 1일 목요일 오후 7:02
Hi ,
You could use google analytics in your silverlight application. This link will be helpful.
Also, http://silverlightanalytics.codeplex.com/.
Google Analytics works perfectly on cloud.
- Ranjit (If you found this post useful, Please "Mark as Answer" or "Vote as Helpful)
- 답변으로 제안됨 VIJAYAMANIKANDAN 2012년 8월 14일 화요일 오전 6:04
- 답변으로 표시됨 Glosser 2012년 8월 14일 화요일 오후 2:46
-
2012년 8월 14일 화요일 오후 2:47OK. Many thanks to all...

