File tree 1 file changed +7
-4
lines changed
kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,9 @@ parametersValidate() {
191
191
initialize () {
192
192
193
193
print_step " initializing"
194
+
195
+ az provider register -n Microsoft.ContainerRegistry
196
+
194
197
source ./create-domain-on-aks-inputs.sh
195
198
source ~ /.bashrc
196
199
@@ -218,7 +221,7 @@ initialize() {
218
221
echo " azureResourceGroupName=${azureResourceGroupName} "
219
222
echo " image_build_base_dir=${image_build_base_dir} "
220
223
echo " acr_account_name=${acr_account_name} "
221
-
224
+
222
225
223
226
}
224
227
@@ -818,12 +821,12 @@ cd ${scriptDir}
818
821
# Do these steps to create Azure resources and a WebLogic Server domain.
819
822
#
820
823
821
- # Setup the environment for running this script and perform initial validation checks
822
- initialize
823
-
824
824
# Validate the host environment meets the prerequisites.
825
825
envValidate
826
826
827
+ # Setup the environment for running this script and perform initial validation checks
828
+ initialize
829
+
827
830
# Validate the parameters
828
831
parametersValidate " $@ "
829
832
You can’t perform that action at this time.
0 commit comments