From b9db87c6f0c9bb1e6bf59e18b971005a0231d9b5 Mon Sep 17 00:00:00 2001 From: Haixia Cheng Date: Fri, 30 Aug 2024 09:17:24 +0800 Subject: [PATCH] Set default location with westus. Fix "ERROR: The location is restricted for provisioning of flexible servers. Please try using another region." --- .github/workflows/setupOpenLibertyAks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setupOpenLibertyAks.yml b/.github/workflows/setupOpenLibertyAks.yml index bcef5ee..93bdced 100644 --- a/.github/workflows/setupOpenLibertyAks.yml +++ b/.github/workflows/setupOpenLibertyAks.yml @@ -55,7 +55,7 @@ jobs: location=${{ github.event.inputs.region }} if [[ -z "${location}" ]];then - location=eastus + location=westus fi disambiguationSuffix=${{ github.event.inputs.disambiguationSuffix }}