How can I create a cloudapp domain in Azure portal?

Álvaro Hernández Vera 1 Reputation point
2021-04-07T15:34:17.977+00:00

So I want to create a simple html static web and I want it to be a cloud service domain. (example.cloudapp.com)
I have done it before but like a month ago they changed the way it had to be done and now it requieres 3 app packages from Visual Studio instead of the usual 2.
Visual Studio keeps generating 2 packages only. How can I generate the third one?

Thank you beforehand.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
627 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 25,216 Reputation points Microsoft Employee
    2021-04-08T18:31:23.573+00:00

    Hi @Álvaro Hernández Vera ,

    Are you referring to Cloud Services which create services at yourappname.cloudapp.net, https://learn.microsoft.com/en-us/azure/cloud-services/cloud-services-choose-me? If so, I'm not familiar to the three app packages used for deployment, it should be still be similar to https://learn.microsoft.com/en-us/azure/cloud-services/cloud-services-dotnet-get-started#configure-the-solution-to-use-your-azure-storage-account-when-it-runs-in-azure.

    There is a however a new ARM version of Cloud Services; https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/overview?view=vs-2019. It's supported on Visual Studio 2019 16.9 and beyond; see https://learn.microsoft.com/en-us/visualstudio/azure/cloud-services-extended-support?context=%2Fazure%2Fcloud-services-extended-support%2Fcontext%2Fcontext&view=vs-2019 for more information.

    If all you want to do is deploy a static html file, then I would also suggest you have a look at static web apps over on https://learn.microsoft.com/en-us/azure/static-web-apps/overview. Deployment is far simplier.

    Regard,
    Ryan

    0 comments No comments