Month: June 2022

  • Azure Application Insights customEvents and .NET 6

    Getting customEvents with Azure Application Insights customEvents and .NET 6 Program.cs: Adding builder.Services.AddApplicationInsightsTelemetry(); Getting InstrumentationKey appsettings.json : adding InstrumentationKey HomeController.cs : Adding ” this.aiClient.TrackEvent(“CommentSubmitted”); ” See Also:

  • Terraform: Create Virtual Network Peering and VMs

    Sample “Virtual network peering” with 2 VMs with terraform deployment TF file: https://github.com/fujute/m18h/tree/master/tf/virtual-network-peering main.tf variables.tf Building VNET peering with terraform Sample screenshot to access fx1-vm1 in fx1-network1 via jump host fx1-vm2 delete the deployment with terraform destroy Optional Tasks: Adding Private Endpoint for Azure Blob Storage and Private DNS Zone Reference command: