Reputation: 17373
I've a TFS CI configured where TDS deploys the Sitecore on to local dev and testing environment, all good.
Eventually our Sitecore will be hosted on to Azure. I'm aware that Sitecore provides and Azure deployment 2.0 tool. From what I read and saw, it looks like a manual process.
Could someone please help me whether sitecore azure deployment can be somehow automated?
Upvotes: 1
Views: 749
Reputation: 1489
Take a look at the PowerShell and WinRM scripting functionality built into PowerCore. You can get a feel for the deployment scenarios that this addresses in the Push Sitecore solutions to the servers with PowerShell and WinRM blog post. You can find the code for PowerCore on GitHub.
Upvotes: 3