Alternative to using Azure Cloud service in a CSP subscription










1















Team,



I have a complete running cloud service application upgraded to latest Azure SDK version and unfortunately need to dump this into a CSP subscription. But I came to know that Azure CSP supports only the Azure Resource Manager model, the cloud service is a classic deployment model. So we cannot create a cloud service within a CSP subscription.



Is there any other alternative within Azure CSP to using "cloud service" so that we can migrate with minimal changes. Please help










share|improve this question


























    1















    Team,



    I have a complete running cloud service application upgraded to latest Azure SDK version and unfortunately need to dump this into a CSP subscription. But I came to know that Azure CSP supports only the Azure Resource Manager model, the cloud service is a classic deployment model. So we cannot create a cloud service within a CSP subscription.



    Is there any other alternative within Azure CSP to using "cloud service" so that we can migrate with minimal changes. Please help










    share|improve this question
























      1












      1








      1


      0






      Team,



      I have a complete running cloud service application upgraded to latest Azure SDK version and unfortunately need to dump this into a CSP subscription. But I came to know that Azure CSP supports only the Azure Resource Manager model, the cloud service is a classic deployment model. So we cannot create a cloud service within a CSP subscription.



      Is there any other alternative within Azure CSP to using "cloud service" so that we can migrate with minimal changes. Please help










      share|improve this question














      Team,



      I have a complete running cloud service application upgraded to latest Azure SDK version and unfortunately need to dump this into a CSP subscription. But I came to know that Azure CSP supports only the Azure Resource Manager model, the cloud service is a classic deployment model. So we cannot create a cloud service within a CSP subscription.



      Is there any other alternative within Azure CSP to using "cloud service" so that we can migrate with minimal changes. Please help







      azure azure-web-sites azure-service-fabric azure-cloud-services azureportal






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 15 '18 at 2:32









      user3276487user3276487

      477




      477






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Firstly, here are some good reads on Microsoft Docs to help comparing the options available and make decisions based on your requirements:



          (I mean requirements like Hosting features, Service Limits, 3rd party software installation and RDP access is required or not, Network isolation to a separate VNET is required or not, Cost considerations, minimum SLA, Regions available, instant deployment and auto-scaling, state management etc.):



          1. Azure App Service, Virtual Machines, Service Fabric, and Cloud Services comparison


          2. Decision tree for Azure compute services (This one covers a big spectrum.. simple virtual machines, Batch, Functions, Containers, AKS, ServiceFabric)

          3. Criteria for choosing an Azure Compute Service

          Also know that when looking for alternatives, it's not uncommon to make use of multiple compute or other Azure service options by breaking up an older solution into parts at the time of such migration (for e.g. A serverless compute option like Azure Function + Service Fabric + something else if needed).



          Generally speaking (and without knowing much about your application from your question currently), Azure App Service and Service Fabric could be considerations IMHO when migrating from an existing Cloud Service, but this is exactly where detailed requirements help you in decision making.



          On a side note, here is a list of Azure Services available in CSP - Available Azure services in Azure CSP






          share|improve this answer

























          • Hi rohit, Thanks for your reply. Ours is a MVC application and it contains a Azure cloud service project which has a single webrole. We have chosen to Azure app service as this seems to cost effective and also with less architectural changes. Any suggestions regarding this. Also, do you have any info/guide to help us convert this webrole into web app?

            – user3276487
            Dec 2 '18 at 18:16










          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53311595%2falternative-to-using-azure-cloud-service-in-a-csp-subscription%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Firstly, here are some good reads on Microsoft Docs to help comparing the options available and make decisions based on your requirements:



          (I mean requirements like Hosting features, Service Limits, 3rd party software installation and RDP access is required or not, Network isolation to a separate VNET is required or not, Cost considerations, minimum SLA, Regions available, instant deployment and auto-scaling, state management etc.):



          1. Azure App Service, Virtual Machines, Service Fabric, and Cloud Services comparison


          2. Decision tree for Azure compute services (This one covers a big spectrum.. simple virtual machines, Batch, Functions, Containers, AKS, ServiceFabric)

          3. Criteria for choosing an Azure Compute Service

          Also know that when looking for alternatives, it's not uncommon to make use of multiple compute or other Azure service options by breaking up an older solution into parts at the time of such migration (for e.g. A serverless compute option like Azure Function + Service Fabric + something else if needed).



          Generally speaking (and without knowing much about your application from your question currently), Azure App Service and Service Fabric could be considerations IMHO when migrating from an existing Cloud Service, but this is exactly where detailed requirements help you in decision making.



          On a side note, here is a list of Azure Services available in CSP - Available Azure services in Azure CSP






          share|improve this answer

























          • Hi rohit, Thanks for your reply. Ours is a MVC application and it contains a Azure cloud service project which has a single webrole. We have chosen to Azure app service as this seems to cost effective and also with less architectural changes. Any suggestions regarding this. Also, do you have any info/guide to help us convert this webrole into web app?

            – user3276487
            Dec 2 '18 at 18:16















          0














          Firstly, here are some good reads on Microsoft Docs to help comparing the options available and make decisions based on your requirements:



          (I mean requirements like Hosting features, Service Limits, 3rd party software installation and RDP access is required or not, Network isolation to a separate VNET is required or not, Cost considerations, minimum SLA, Regions available, instant deployment and auto-scaling, state management etc.):



          1. Azure App Service, Virtual Machines, Service Fabric, and Cloud Services comparison


          2. Decision tree for Azure compute services (This one covers a big spectrum.. simple virtual machines, Batch, Functions, Containers, AKS, ServiceFabric)

          3. Criteria for choosing an Azure Compute Service

          Also know that when looking for alternatives, it's not uncommon to make use of multiple compute or other Azure service options by breaking up an older solution into parts at the time of such migration (for e.g. A serverless compute option like Azure Function + Service Fabric + something else if needed).



          Generally speaking (and without knowing much about your application from your question currently), Azure App Service and Service Fabric could be considerations IMHO when migrating from an existing Cloud Service, but this is exactly where detailed requirements help you in decision making.



          On a side note, here is a list of Azure Services available in CSP - Available Azure services in Azure CSP






          share|improve this answer

























          • Hi rohit, Thanks for your reply. Ours is a MVC application and it contains a Azure cloud service project which has a single webrole. We have chosen to Azure app service as this seems to cost effective and also with less architectural changes. Any suggestions regarding this. Also, do you have any info/guide to help us convert this webrole into web app?

            – user3276487
            Dec 2 '18 at 18:16













          0












          0








          0







          Firstly, here are some good reads on Microsoft Docs to help comparing the options available and make decisions based on your requirements:



          (I mean requirements like Hosting features, Service Limits, 3rd party software installation and RDP access is required or not, Network isolation to a separate VNET is required or not, Cost considerations, minimum SLA, Regions available, instant deployment and auto-scaling, state management etc.):



          1. Azure App Service, Virtual Machines, Service Fabric, and Cloud Services comparison


          2. Decision tree for Azure compute services (This one covers a big spectrum.. simple virtual machines, Batch, Functions, Containers, AKS, ServiceFabric)

          3. Criteria for choosing an Azure Compute Service

          Also know that when looking for alternatives, it's not uncommon to make use of multiple compute or other Azure service options by breaking up an older solution into parts at the time of such migration (for e.g. A serverless compute option like Azure Function + Service Fabric + something else if needed).



          Generally speaking (and without knowing much about your application from your question currently), Azure App Service and Service Fabric could be considerations IMHO when migrating from an existing Cloud Service, but this is exactly where detailed requirements help you in decision making.



          On a side note, here is a list of Azure Services available in CSP - Available Azure services in Azure CSP






          share|improve this answer















          Firstly, here are some good reads on Microsoft Docs to help comparing the options available and make decisions based on your requirements:



          (I mean requirements like Hosting features, Service Limits, 3rd party software installation and RDP access is required or not, Network isolation to a separate VNET is required or not, Cost considerations, minimum SLA, Regions available, instant deployment and auto-scaling, state management etc.):



          1. Azure App Service, Virtual Machines, Service Fabric, and Cloud Services comparison


          2. Decision tree for Azure compute services (This one covers a big spectrum.. simple virtual machines, Batch, Functions, Containers, AKS, ServiceFabric)

          3. Criteria for choosing an Azure Compute Service

          Also know that when looking for alternatives, it's not uncommon to make use of multiple compute or other Azure service options by breaking up an older solution into parts at the time of such migration (for e.g. A serverless compute option like Azure Function + Service Fabric + something else if needed).



          Generally speaking (and without knowing much about your application from your question currently), Azure App Service and Service Fabric could be considerations IMHO when migrating from an existing Cloud Service, but this is exactly where detailed requirements help you in decision making.



          On a side note, here is a list of Azure Services available in CSP - Available Azure services in Azure CSP







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 15 '18 at 4:29

























          answered Nov 15 '18 at 4:24









          Rohit SaigalRohit Saigal

          3,2322218




          3,2322218












          • Hi rohit, Thanks for your reply. Ours is a MVC application and it contains a Azure cloud service project which has a single webrole. We have chosen to Azure app service as this seems to cost effective and also with less architectural changes. Any suggestions regarding this. Also, do you have any info/guide to help us convert this webrole into web app?

            – user3276487
            Dec 2 '18 at 18:16

















          • Hi rohit, Thanks for your reply. Ours is a MVC application and it contains a Azure cloud service project which has a single webrole. We have chosen to Azure app service as this seems to cost effective and also with less architectural changes. Any suggestions regarding this. Also, do you have any info/guide to help us convert this webrole into web app?

            – user3276487
            Dec 2 '18 at 18:16
















          Hi rohit, Thanks for your reply. Ours is a MVC application and it contains a Azure cloud service project which has a single webrole. We have chosen to Azure app service as this seems to cost effective and also with less architectural changes. Any suggestions regarding this. Also, do you have any info/guide to help us convert this webrole into web app?

          – user3276487
          Dec 2 '18 at 18:16





          Hi rohit, Thanks for your reply. Ours is a MVC application and it contains a Azure cloud service project which has a single webrole. We have chosen to Azure app service as this seems to cost effective and also with less architectural changes. Any suggestions regarding this. Also, do you have any info/guide to help us convert this webrole into web app?

          – user3276487
          Dec 2 '18 at 18:16



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53311595%2falternative-to-using-azure-cloud-service-in-a-csp-subscription%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Top Tejano songwriter Luis Silva dead of heart attack at 64

          ReactJS Fetched API data displays live - need Data displayed static

          Evgeni Malkin