SHIFT

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


Sidebar

Recently Changed Pages:

View All Pages


View All Tags


LinkedIn




WIKI Disclaimer: As with most other things on the Internet, the content on this wiki is not supported. It was contributed by me and is published “as is”. It has worked for me, and might work for you.
Also note that any view or statement expressed anywhere on this site are strictly mine and not the opinions or views of my employer.


Pages with comments

View All Comments

start

SHIFT - Sjoerd Hooft's InFormation Technology

This WIKI is my personal documentation blog. Please enjoy it and feel free to reach out if you have a question about something.


Move data from AWS S3 to Azure Storage Container

So consider the following use case, you have some data on an AWS S3 bucket which you need to automatically move to another cloud provider, in this case Azure, because of continuity requirements. I decided to use an Azure DevOps pipeline, and azcopy to transfer the files so follow me on how to set this up.

→ Read more...

2023/07/07 09:57 · sjoerd

Parse Bicep Output in Azure DevOps Pipeline

In Azure ARM and YAML Project I already showed how to parse the output in a pipeline for ARM templates using Powershell. I now have a use case for parsing the output from BICEP in a pipeline using bash.

So we will first do a bicep deployment in which we will parse the output and then show how you can find the variable in the next task.

→ Read more...

2023/05/22 09:18 · sjoerd

Fix: IIS error: serverruntime@appconcurrentrequestlimit setting is being exceeded

This was done and tested successful on a Windows Server 2016 with IIS 10.0

→ Read more...

2022/09/23 10:11 · sjoerd
,
You could leave a comment if you were logged in.
start.txt · Last modified: 2021/10/13 20:57 by sjoerd