How to deploy cloud service (extended support)

ny 0 Reputation points
2024-06-13T06:33:34.0933333+00:00

Hello,

I am failing to create a cloud service (extended support) on Azure.

I tried to create it using the following method based on information on the Internet.

  1. Create three resource groups
  2. Create a storage account within the resource group '1'
  3. Create SQL Server and SQL database within the resource group '2'
  4. Create custom role 'A' inside the resource group '3'
  5. Create a virtual network within the resource group '3'
  6. Create subnet 'B' inside the virtual network
  7. Include the following information in the service configuration (.cscfg) file

  1. Create a cloud service (extended support) in resource group '3', and the following error occurs when uploading the service configuration (.cscfg)

A virtual network and associated subnet are required for Cloud Services (Extended Support) and must be defined in the network configuration section of the .cscfg file.

Service definitions (.csdef) and packages (.cspkg) can be uploaded without any problems.

Best regards.

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

1 answer

Sort by: Most helpful
  1. ny 0 Reputation points
    2024-06-14T00:18:51.9233333+00:00

    I solved it myself. Thank you

    0 comments No comments