How to uniquely identify a azure solution?
Posted
by Hasan Khan
on Stack Overflow
See other posts from Stack Overflow
or by Hasan Khan
Published on 2010-05-26T17:47:56Z
Indexed on
2010/05/26
17:51 UTC
Read the original article
Hit count: 267
Azure
|windows-azure
Is there any way to detect an azure solution uniquely? I want to develop a library that is licensed per solution. The only way to enforce this without having a licensing server is to have a unique identity of the solution. Is any GUID of such sort available?
Something like RoleEnvironment.DeploymentID.
When does DeploymentID change?
© Stack Overflow or respective owner