I have seen a few articles on creation of a hosted service using C#. Most articles describe creation of a hosted service in a cloud environment very nicely. But this article will explain creation of a hosted service in Azure as well as some error descriptions. (I struggled a lot, while adding a certificate, accessing a certificate and resolving the errors conflict error, bad request (400) and hosted service name is invalid etc.). I would like to mention a few things in here related to creation of a hosted service: Service Name; actually a service name will be assigned to the DNS Prefix property in the cloud staging or production environment. It is recommended to have a minimum of four to five characters. According to Azure standards, we should add "DNS" as a prefix with the service name. It should not contain the "/","\","." characters. It does allow the "-" character. The text assigned to the label field will be used as the hosted s...
Comments
Post a Comment