06 September 2021

06 September 2021

https://yourazurecoach.com/2021/08/11/azure-service-bus-vs-event-grid/

  • always use Service Bus, not Event Grid

https://channel9.msdn.com/Shows/Azure-Friday/An-introduction-to-the-unified-Azure-SDK

https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator

  • Storage Emulator is deprecated, but they don't say how long it'll be supported
  • Table Storage is in preview on Azurite

https://channel9.msdn.com/Shows/Azure-Friday/Getting-started-with-Azure-Static-Web-Apps

  • nice way to deploy web apps that are mostly static
  • also integrates well with functions backend
  • also a local cli/emulator
  • it automatically creates SSL cert for custom domains
  • navigation fallback to handle client-side routing
  • auth is built in, with emulator to emulate any user you feel like
  • it creates a staging environment for each PR

https://channel9.msdn.com/Shows/Azure-Friday/Enable-Zero-Trust-with-Azure-AD-PIM-and-Azure-Lighthouse

  • dashboard for PIM, JIT access, etc
  • eligible authorizations - rules to allow JIT access, eg MFA, approvers - access that people can request

Svelte

  • another framework, like React, Vue, etc - very similar, but intended to be more efficient in use of DOM etc

Rust

Go