licensing - Use Azure Cloud Service for License Server -
i want build license server(or service db) hosted azure .net desktop application. works as, give our customer serial key. customer use key aktive application. application send request azure, check whether matched license file available on server,then download license file customer pc. of course, used check licesne , update.
i totoally new azure, need vm. or build cloud service, how works technically, give hint?
thanks lot
this depends on looking for. azure has different products different use cases.
what kind of program "license server"? .net console application? best bet use "cloud service" , build "worker role" around application. worker roles console apps hosted on vm microsoft , allows preinstall software on vm itself. not direct control on os (more explained here http://blogs.msdn.com/b/plankytronixx/archive/2012/06/08/the-difference-between-azure-vms-and-azure-vm-role.aspx
if need fine grained control on license server (e.g. need install full sql server on - required either deploy virtual machine sql or deploy database sql azure , use worker role.
the microsoft documentation can bit off newcomers platform reading key! luck
Comments
Post a Comment