How to uniquely identify a azure solution?
- by Hasan Khan
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?