Skip to content

Commit

Permalink
release: update Azure storage resource names
Browse files Browse the repository at this point in the history
The previous Azure resource architecture separated GCM and Microsoft Git
resources into different Resource Groups. This led to redundancy - we were
storing all our secrets, certificates, etc. in two places. These updates
reflect the consolidation of these resources into the new esrp Resource
Group.
  • Loading branch information
ldennington committed Aug 5, 2022
1 parent d7fb42a commit 8d7f639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/set_up_esrp.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install ESRP client
az storage blob download --file esrp.zip --account-key "$env:AZURE_STORAGE_KEY" --account-name gcmesrp --container microsoft-esrp-client --name microsoft.esrpclient.1.2.76.nupkg
az storage blob download --file esrp.zip --account-key "$env:AZURE_STORAGE_KEY" --account-name esrpsigningstorage --container signing-resources --name microsoft.esrpclient.1.2.76.nupkg
Expand-Archive -Path esrp.zip -DestinationPath .\esrp

# Install certificates
Expand Down

0 comments on commit 8d7f639

Please sign in to comment.