Below you will find pages that utilize the taxonomy term “PowerShell”
Posts
Creating .Net Core Projects with the CLI
Easy bootstrapping of projects using the .Net Core CLI.
Posts
Creating Azure Event Grid Subscriptions with PowerShell
Azure Event Grid is a great technology for creating “push-push” asynchronous communication between resources in Azure. One of the benefits of such a “push-push” system is that it allows a consumer of events to remain stateless - no listener is required.
The Azure Portal allows for a fairly easy creation of subscriptions but ideally these subscriptions should be scripted and stored in source control.