Skip to content

Instantly share code, notes, and snippets.

@subudear
subudear / azure-pipeline-to-aws-fargate-deploy.yml
Created May 8, 2022 10:02
build pipeline to upload image to aws ecr
trigger:
- main
pool:
name: Self-Hosted-Agent
variables:
- group: AWS
stages:
- stage: Build
@subudear
subudear / azure-pipeline-artifactory-upload-download.yml
Created April 29, 2022 22:27
upload or download files to/from artifactory using azure devops
trigger:
- master
jobs:
- job: BuildAndTest
workspace:
clean: all
pool:
name: Self-Hosted-Agent
@subudear
subudear / gist:b70e1c60ca2b5d6698b3d454d3893812
Created April 2, 2022 07:53
jfrog to aws ecr image transfer
trigger:
- main
variables:
- group: artifactory
- group: AWS
jobs:
- job: OnBuildHost
pool:
@subudear
subudear / JFrog-to-Azure-Container-Registry.yml
Created April 2, 2022 02:26
Transfer Docker image from JFrog to Azure Container Registry
trigger:
- main
variables:
- group: artifactory
jobs:
- job: OnBuildHost
pool:
name: Self-Hosted-Agent
@subudear
subudear / Push-Artifacts-to-AWS-S3-Bucket.yml
Created February 3, 2022 08:43
Yaml pipeline file to push artifacts to aws s3 bucket from azure devops
trigger:
- master
pool:
name: Self-Hosted-Agent
variables:
- group: dev
steps:
@subudear
subudear / Azure_eventhubs_send_event_env.postman_environment.json
Created October 1, 2021 11:06
Environment for send event data to azure event hub
{
"id": "c6969d10-9341-469e-b32d-e0eee838c786",
"name": "Azure_eventhubs_env",
"values": [
{
"key": "tenantid",
"value": "",
"enabled": true
},
{
@subudear
subudear / Send Event to EventHub.postman_collection.json
Created October 1, 2021 11:05
collection to send events to azure event hub
{
"info": {
"_postman_id": "0b02fd94-70ce-4cb2-a0b6-1fb45cadbf17",
"name": "Send Event to EventHub",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Get Access Token for sending Event",
"event": [
@subudear
subudear / Azure_eventhubs_topic_env.postman_environment.json
Created September 25, 2021 22:04
environment for creating event hubs topic using postman
{
"id": "9d2c65ff-d689-4c3c-870a-36a635bf8231",
"name": "Azure_eventhubs_env",
"values": [
{
"key": "client_id",
"value": "",
"enabled": true
},
{
@subudear
subudear / Event Hub - Topic.postman_collection.json
Last active September 25, 2021 22:03
create event hub topic using postman
{
"info": {
"_postman_id": "10d1b2a9-40fe-4eaf-8a7f-19a2a5658faf",
"name": "Event Hub - Topic",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Get Access Token",
"event": [
@subudear
subudear / Azure_eventhubs_env.postman_environment.json
Created September 25, 2021 11:10
Postman environment variables for azure event hubs namespace
{
"id": "ba4ffae0-1127-43a3-aaa2-e680c28d2b93",
"name": "Azure_eventhubs_env",
"values": [
{
"key": "client_id",
"value": "",
"enabled": true
},
{