Hi Champs,
As part of of Sitecore Managed Cloud blog series this my last blog for how to deploy to Sitecore Managed Cloud.
Without any further delay I will start with option which we have to deploy to SMC.
- Sitecore Azure Toolkit (SAT).
- Use Azure DevOps with TDS and Razl.
Sitecore Azure Toolkit (SAT):
To deploy your Sitecore solution onto Microsoft Azure®. The Sitecore Azure Toolkit simplifies the task of preparing and deploying a Sitecore solution with:
- PowerShell commandlets to package a Sitecore instance into role-specific packages.
- Default integration with Microsoft Azure services: Microsoft Azure SQL®, Microsoft Azure Redis Cache, Microsoft Application Insights®, Microsoft Azure Cognitive Search®.
- Prebuilt ARM templates for frequently used topologies: XM, XP, XPSingle.
- Configuration tweaks to run Sitecore on the Azure App Service.
- Security features: HTTPS, low-privileged SQL access, secure Sitecore password.
Click here for more documentation for getting started with Sitecore Azure Toolkit.
Use Azure DevOps with TDS and Razl:
There is another way which can be used is Configuring CI-CD pipelines in Azure DevOps by Using TDS web deploy packages. And for migrating the database use a Razl for first time. Let me explain this to you steps by step.
- Once you get SMC environments to use, you need to raise a ticket to Sitecore support for providing a services contract details for Azure DevOps which you are using.
- Once you get those details you need to configure that in your Azure DevOps account.
- Once Above is done you can use TDS to build and create web deploy packages pipeline.
- Once build pipeline is created then you can go further and create a release pipeline for the same.
- Now once entire setup is done you can have two option for getting your content (Sitecore data) migrated. The simple way is to sync everything to TDS and deploy, and the best way(recommended) is that use Razl to Sync all data for first time and then in subsequent release sync only required Sitecore data to TDS.
Summary: I found two ways to deploy the solution on SMC, but there are many different ways to do this. Please let me know in comment the other ways you guys used for deploying Sitecore on SMC.
Note: For using Razl please click here for link where great way described by Jon Jones.
Happy Learning!!!!