2020-10-21 - Stream 135 GitHub PRs & projects maintenance

Summary

In this live stream session, Frank is doing some maintenance to different GitHub projects: CloudBot, TinyBlazorAdmin, and AzUnzipEverything. He will encounter a wonderful PR from mreyeros, and start testing it. This PR upgrade the Azure Function to v3 and add a keyvault, password protected zip support and a few little things to the AzUnzipEverything project. Wow!!

📺 - Twitch archive - stream no.135

Replay


Project

All the code for this project is available on GitHub: AzUnzipEverything - https://github.com/FBoucher/AzUnzipEverything

TodDos

  • test PR 20 of AzUnzipEverything
  • merge pr 20

TimeLogs

00:21:31 Create the TODOs
00:23:42 looking at the ARM template
00:33:15 deploy the ARM template
00:43:24 re-deploy using a different version of API
01:14:26 investigating ARM KeyVault

New Followers

Game Results

Notes/ References / Snippets

  • Deployment failed. Correlation ID: 07eae03f-41a5-424d-a247-5be317c9a921. { “error”: { “code”: “NoRegisteredProviderFound”, “message”: “No registered resource provider found for location ‘eastus’ and API version ‘2016-08-01’ for type ‘Identities’. The supported api-versions are ‘2015-08-31-PREVIEW, 2018-11-30’. The supported locations are ‘southafricanorth, southafricawest, uaenorth, australiacentral, australiaeast, australiasoutheast, canadacentral, canadaeast, brazilsouth, centr
  • register the Microsoft.ManagedIdentity resource provider to your subscription