Skip to main content

Posts Tagged ‘Azure DevOps’

Shopping Cart Symbol Futuristic Sketch

Sitecore Headless DevOps Best Practices – Part 3

Welcome back for the final post in my series on DevOps Best Practices related to Sitecore Headless implementations. In Part 3 we are going to look at the continuous deployment of our Sitecore and Next.js applications following a zero downtime model. If you haven’t checked out Part 1 and/or Part 2, I would recommend pausing […]

Web API Using Azure

Sitecore Headless DevOps Best Practices – Part 2

Welcome back to my series on DevOps Best Practices related to Sitecore Headless implementations. In Part 2 we are going to create the build pipelines for our Sitecore and Next.js solutions and see how they can be included in the PR process. If you haven’t checked-out Part 1 yet, I recommend doing so before continuing […]

How to Create and Execute a Test Plan, Test Suite, and Test Cases in Azure DevOps

This blog will describe how to construct a test plan in Azure DevOps, and how users may create test suites and test cases within that plan. The distinctions between a test plan, a test suite, and a test case are the following: Test Plan: The test suites are listed in the test plan. Test Suite: […]

How to Create a Test Plan Using Azure DevOps

Azure Test Plans, a service launched with Azure DevOps, provides a browser-based test management solution for exploratory, planned manual, and user acceptance testing. Azure Test Plans also provides a browser extension for exploratory testing and gathering feedback from stakeholders An Azure DevOps test plan is divided into three sections: Test Plan – The container to group […]

Optimizely DXP Deployment API – Updates for .NET 5.0 and EpiCloud 1.0.0

Yesterday (December 8th 2021), Optimizely sneakily released their very first major update for the EpiCloud Powershell Module; Version 1.0.0. This is great timing, as I was also about to release an update that would provide a fix for Azure.Storage (no longer relevant – ill explain why further in this post), as well as provide updates […]

Technology

Microsoft Announces Azure Spring Cloud Enterprise for Advancing Application Modernization

Application modernization and innovation has remained a top priority of enterprises for the past several years. The economic disruption caused by the COVID-19 pandemic (and subsequent aftershocks) has only escalated this priority. In a related post, we recognize the challenges of modernizing and migrating legacy applications, which include “legacy knowledge, custom-built processes, databases, and solutions […]

Optimizely DXP Deployment API – Downloading Assets

The Optimizely Deployment API (Episerver.PaaS.EpiCloud) has helped immensely as I’ve been working on new projects, but there has always been something that has plagued me; copying down content/assets into my local environment. When I say “Copying down Content,” I mean two pieces; Database and the Assets. For the Database Export, I have created my ExportDatabase […]

How to Set Up a Pull Request in Azure DevOps

When there are several developers on the same project, you need to merge your code to a single branch. Before you do that, it’s important to ensure that the new feature you just created is built correctly. To check, you need to propose your code as a pull request. I’ll explain why doing pull requests […]

Pexels Scott Webb 136419

Optimizely/Episerver DXP Deployment API – Provisioning

As I continue to use the Deployment API, I always am looking for new and exciting ways to use the commands. In this case, being able to provision a brand new set of DXP Environments for a client. The Optimizely DXP is made up of three environments; Integration, Preproduction, and Production. Not all of these […]

Optimizely/Episerver DXP Deployment API – Smooth Deployment Public Release

In my previous posts, we went over the deployment process in the Optimizely/Episerver DXP environment. The first and the second post of the Deployment API series went through the original methods that allow for deployment into the DXP environment. Smooth Deploy is a feature that I have been looking forward to for a long time now. It […]

Pexels Polina Zimmerman 3747139

DXP Deployment API – Azure.Storage Error Fix

As of March 29th, Microsoft made the decision to publish new VM’s which archived a bunch of Az, Azure, and AzureRM modules. The side effect of this was that when any of the deployment API scripts were run in Azure DevOps, it would throw an error. ‘Azure.Storage’ version 4.4.0 or greater is required. At C:\Users\VssAdministrator\Documents\WindowsPowerShell\Modules\EpiCloud\0.13.15\EpiCloud.psm1:189 […]

Pexels Photo 745708

EpiServer DXP Deployment API – Direct Deploy

As of Update 357, Optimizely (EpiServer) released Direct Deploy into their Deployment API, Episerver.PaaS.EpiCloud. This update changes a couple of my scripts to allow major speed improvements when deploying into the integration environment. In this post, we will go through the following: How does the current deployment to Integration work? Why Direct Deploy? Why does […]

Load More