You can manually run the GitLab pipeline to replay the messages from AWS SQS Dead letter FIFO queue to the source FIFO queue.
Azure DevOps Environment – Kubernetes Generic Provider (existing service account)
You can use deployment job in pipeline to deploy your microservice in Kubernetes resource created in environment.
The connection to the server localhost:8080 was refused – did you specify the right host or port?
Locally run kubernetes requires to set proper context to access the cluster.
Automatic Semantic Versioning using GitVersion, Git hook, Azure DevOps and Merge (no FF) Pullrequest Merge type
Using git hooks add the [+semver:minor] string to commit messages to bump the minor version. When semver string is not added the only patch version is bumped up.
Automatic Semantic Versioning using GitVersion, Azure DevOps Pipeline and Merge (no FF) Pullrequest Merge type
You can use GitVersion (Mainline Development) with Azure DevOps pipeline (using PR templates) to create semantic versions for the artifacts. This works well with Basic Merge type Pull Request.
Helm upgrade and Kubernetes related issues
How to fix issues related to Helm chart deployment to Kubernetes
Connect Azure DevOps to SonarQube with Self-signed Certificates – Linux Build Agent
Set a global variable, NODE_EXTRA_CA_CERTS, and set it to a copy of the certs stored locally in a directory.
Create Azure Event Hubs Namespace using Service Principal & REST APIs in POSTMAN
An Event Hubs namespace provides a unique scoping container, in which you create one or more event hubs. We will use REST API to create namespace using POSTMAN.
Create Azure Storage Account using Service Principal & Azure REST APIs in Postman
You can asynchronously create a new azure storage account using REST API in POSTMAN.
Azure DevOps Pipeline – User Defined Variables and Scope
A variable defined at the job level can override a variable set at the stage level. A variable defined at the stage level will override a variable set at the pipeline root level. A variable set in the pipeline root level will override a variable set in the Pipeline settings UI.