Skip to content

Commit 1fdbbf4

Browse files
authored
Update Azure-Compreface-AIB-image.yml
1 parent 8742b98 commit 1fdbbf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Azure-Compreface-AIB-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
with:
2929
resource-group-name: "${{ env.RESOURCE_GROUP_NAME }}"
3030
managed-identity: "${{ env.MANAGED_IDENTITY }}"
31-
location: 'eastus2'
31+
location: 'eastus'
3232
source-os-type: 'linux'
3333
source-image-type: 'PlatformImage'
3434
source-image: Canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest
3535
vm-size: 'Standard_B2s'
3636
dist-type: 'SharedImageGallery'
37-
dist-resource-id: "/subscriptions/1d9a0f9c-cdea-4e43-a99a-eebb2afd57a4/resourceGroups/${{ env.RESOURCE_GROUP_NAME }}/providers/Microsoft.Compute/galleries/${{ env.GALLERY_NAME }}/images/${{ env.IMAGE_NAME }}/versions/${{ env.VERSION }}"
38-
dist-location: 'eastus2'
37+
dist-resource-id: "/subscriptions/${{secrets.AZURE_SUBSCRIPTION_ID}}/resourceGroups/${{ env.RESOURCE_GROUP_NAME }}/providers/Microsoft.Compute/galleries/${{ env.GALLERY_NAME }}/images/${{ env.IMAGE_NAME }}/versions/${{ env.VERSION }}"
38+
dist-location: 'eastus'
3939
customizer-script: |
4040
apt update
4141
apt upgrade -y

0 commit comments

Comments
 (0)