Skip to content

Commit

Permalink
Committing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
49081 committed Jan 24, 2025
1 parent 7ba24b8 commit 8febe43
Show file tree
Hide file tree
Showing 27 changed files with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand All @@ -157,7 +157,7 @@ jobs:
cd appservice/javase-quarkus
mvn package
export APPSERVICE_JAVASE_QUARKUS=javazappsvc-javase-quarkus-$RANDOM
export APPSERVICE_JAVASE_QUARKUS=joazasp-javase-quarkus-$RANDOM
mvn azure-webapp:deploy \
-DappName=$APPSERVICE_JAVASE_QUARKUS \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/afd_add-route_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand All @@ -162,7 +162,7 @@ jobs:
cd appservice/javase-quarkus
mvn package
export APPSERVICE_JAVASE_QUARKUS=javazappsvc-javase-quarkus-$RANDOM
export APPSERVICE_JAVASE_QUARKUS=joazasp-javase-quarkus-$RANDOM
mvn azure-webapp:deploy \
-DappName=$APPSERVICE_JAVASE_QUARKUS \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appconfig_add-key-value_README_md.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: '0 15 * * 4'
- cron: '0 1 * * 3'
workflow_dispatch:

name: 'appconfig/add-key-value/README.md'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appservice_container-jetty_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand All @@ -55,7 +55,7 @@ jobs:
cd appservice/tomcat-helloworld
mvn clean install
export APPSERVICE_TOMCAT_HELLOWORLD=appservice-tomcat-helloworld-$RANDOM
export APPSERVICE_TOMCAT_HELLOWORLD=joazasp-tomcat-helloworld-$RANDOM
mvn azure-webapp:deploy \
-DappName=$APPSERVICE_TOMCAT_HELLOWORLD \
-DappServicePlan=$APPSERVICE_PLAN \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appservice_create-plan_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appservice_delete-plan_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/appservice_delete-webapp_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand All @@ -55,7 +55,7 @@ jobs:
cd appservice/tomcat-helloworld
mvn clean install
export APPSERVICE_TOMCAT_HELLOWORLD=appservice-tomcat-helloworld-$RANDOM
export APPSERVICE_TOMCAT_HELLOWORLD=joazasp-tomcat-helloworld-$RANDOM
mvn azure-webapp:deploy \
-DappName=$APPSERVICE_TOMCAT_HELLOWORLD \
-DappServicePlan=$APPSERVICE_PLAN \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand All @@ -60,7 +60,7 @@ jobs:
cd appservice/tomcat-helloworld
mvn clean install
export APPSERVICE_TOMCAT_HELLOWORLD=appservice-tomcat-helloworld-$RANDOM
export APPSERVICE_TOMCAT_HELLOWORLD=joazasp-tomcat-helloworld-$RANDOM
mvn azure-webapp:deploy \
-DappName=$APPSERVICE_TOMCAT_HELLOWORLD \
-DappServicePlan=$APPSERVICE_PLAN \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appservice_docker-tomcat_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appservice_docker-wildfly_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/appservice_javase-quarkus_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand All @@ -50,7 +50,7 @@ jobs:
cd appservice/javase-quarkus
mvn package
export APPSERVICE_JAVASE_QUARKUS=javazappsvc-javase-quarkus-$RANDOM
export APPSERVICE_JAVASE_QUARKUS=joazasp-javase-quarkus-$RANDOM
mvn azure-webapp:deploy \
-DappName=$APPSERVICE_JAVASE_QUARKUS \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/appservice_list-webapp_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand All @@ -55,7 +55,7 @@ jobs:
cd appservice/tomcat-helloworld
mvn clean install
export APPSERVICE_TOMCAT_HELLOWORLD=appservice-tomcat-helloworld-$RANDOM
export APPSERVICE_TOMCAT_HELLOWORLD=joazasp-tomcat-helloworld-$RANDOM
mvn azure-webapp:deploy \
-DappName=$APPSERVICE_TOMCAT_HELLOWORLD \
-DappServicePlan=$APPSERVICE_PLAN \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/appservice_scale-manually_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand All @@ -55,7 +55,7 @@ jobs:
cd appservice/tomcat-helloworld
mvn clean install
export APPSERVICE_TOMCAT_HELLOWORLD=appservice-tomcat-helloworld-$RANDOM
export APPSERVICE_TOMCAT_HELLOWORLD=joazasp-tomcat-helloworld-$RANDOM
mvn azure-webapp:deploy \
-DappName=$APPSERVICE_TOMCAT_HELLOWORLD \
-DappServicePlan=$APPSERVICE_PLAN \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand All @@ -65,7 +65,7 @@ jobs:
cd appservice/tomcat-helloworld
mvn clean install
export APPSERVICE_TOMCAT_HELLOWORLD=appservice-tomcat-helloworld-$RANDOM
export APPSERVICE_TOMCAT_HELLOWORLD=joazasp-tomcat-helloworld-$RANDOM
mvn azure-webapp:deploy \
-DappName=$APPSERVICE_TOMCAT_HELLOWORLD \
-DappServicePlan=$APPSERVICE_PLAN \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/appservice_tomcat-helloworld_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $APPSERVICE_PLAN ]]; then
export APPSERVICE_PLAN=joaz-asp-$RANDOM
export APPSERVICE_PLAN=joazasp-$RANDOM
fi
az appservice plan create \
Expand All @@ -50,7 +50,7 @@ jobs:
cd appservice/tomcat-helloworld
mvn clean install
export APPSERVICE_TOMCAT_HELLOWORLD=appservice-tomcat-helloworld-$RANDOM
export APPSERVICE_TOMCAT_HELLOWORLD=joazasp-tomcat-helloworld-$RANDOM
mvn azure-webapp:deploy \
-DappName=$APPSERVICE_TOMCAT_HELLOWORLD \
-DappServicePlan=$APPSERVICE_PLAN \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
--role acrpull \
--scope $(az acr show --name $ACR_NAME --query id --output tsv)
sleep 60
sleep 240
az containerapp job create \
--name $ACA_JOB_NAME \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerapp_dropwizard_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
--query properties.configuration.ingress.fqdn \
--output tsv)/helloworld
sleep 60
sleep 120
export URL=https://$(az containerapp show --resource-group $RESOURCE_GROUP --name $ACA_DROPWIZARD --query properties.configuration.ingress.fqdn --output tsv)/helloworld
export RESULT=$(curl $URL)
az group delete --name $RESOURCE_GROUP --yes || true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
--role acrpull \
--scope $(az acr show --name $ACR_NAME --query id --output tsv)
sleep 60
sleep 240
az containerapp job create \
--name $ACA_JOB_NAME \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
--role acrpull \
--scope $(az acr show --name $ACR_NAME --query id --output tsv)
sleep 60
sleep 240
az containerapp job create \
--name $ACA_JOB_NAME \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
--role acrpull \
--scope $(az acr show --name $ACR_NAME --query id --output tsv)
sleep 60
sleep 240
az containerapp job create \
--name $ACA_JOB_NAME \
Expand Down
Binary file added parrot.jar
Binary file not shown.

0 comments on commit 8febe43

Please sign in to comment.