We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16c767 commit 5dea5ccCopy full SHA for 5dea5cc
aks/create/README.md
@@ -24,7 +24,7 @@ This example assumes you have previously completed the following example:
24
<!-- workflow.run()
25
26
if [[ -z $AKS ]]; then
27
- export AKS=aks-$RANDOM
+ export AKS=joazaks$RANDOM
28
echo ---------------------------------------------------------------------
29
echo Creating AKS cluster - $AKS
30
aks/springboot/README.md
@@ -5,7 +5,7 @@
5
6
## Prerequisites
7
8
-<!-- workflow.cron(0 19 * * 4) -->
+<!-- workflow.cron(0 4 * * 2) -->
9
<!-- workflow.include(../create-kube-config/README.md) -->
10
<!-- workflow.include(../use-your-acr/README.md) -->
11
0 commit comments