Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JeffDarchuk/AdvancedSitecoreAzureDevops
A collection of powershell scripts to perform basic to advanced Azure based Sitecore devops
https://github.com/JeffDarchuk/AdvancedSitecoreAzureDevops
Last synced: 3 months ago
JSON representation
A collection of powershell scripts to perform basic to advanced Azure based Sitecore devops
- Host: GitHub
- URL: https://github.com/JeffDarchuk/AdvancedSitecoreAzureDevops
- Owner: JeffDarchuk
- Created: 2019-12-31T19:46:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T19:11:54.000Z (almost 5 years ago)
- Last Synced: 2024-04-15T14:26:30.951Z (7 months ago)
- Language: PowerShell
- Size: 17.6 MB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Sitecore - Sitecore Advanced Azure Devops - Expanding Sitecore on Azure with flexible and generic scripts (requires a valid PowerShell Azure session to be connected and available). (Azure)
README
# Sitecore Advanced Azure Devops
Expanding Sitecore on azure with flexible and generic scripts.
![Happy bot](happybot.gif)
#### NOTE: All these scripts require a valid powershell Azure session to be connected and available
## General Support Scripts
#### Kudu Utility
##### Found [here](Get-KuduUtility.ps1)
A set of powershell functions to facilitate communication with App Services. This forms the backbone of all the Azure App Service interactions that are required for these devops strategies.
#### Script Retrying
##### Found [here](Invoke-ScriptWithRetry.ps1)
Azure has transient errors that simply need to be retried, this accomplishes giving things a few tries with custom failure validation for those cases where the script doesn't actually fail despite the reports from Azure. A well set up execution of this strategy should give our scripts the best chance to succeed given the random instability of Azure in general.
## Blue/Green
### Usage guide [here](BlueGreen)
In an Azure PaaS environment zero downtime deployments are a possibility. By dynamically duplicating databases and rewiring app services we can fairly simply achieve this.
## Sitecore Services
### Usage guide [here](Services)
A collection of methods and tools to perform Sitecore services. Most notably to reindex or publish remotely, however this model can be followed to perform most Sitecore based operations.
## XConnect
### Usage guide [here](XConnect)
Deploy a basic XConnect artifact. XConnect can be profoundly confusing to work with, here are some simple guildlines to be successful with it.