skip to Main Content

Cannot connect to VM azure

Yesterday I was able to connect to VM. After i closed it, I was not able to connect anymore. I am getting these errors: Network connectivity blocked by security group rule: DefaultRule_DenyAllInBound Error: I am expecting a possible solution to…

VIEW QUESTION

Azure: How to configure Point-to-Site using Terraform?

I followed the article https://www.ais.com/how-to-configure-point-to-site-vpn-connection-using-azure-certificate-authentication/ and configured Point-to-Site. In summary: I have created the Root & Client Certificate and configured the Virtual Gateway Here we are generating the root certificate $cert = New-SelfSignedCertificate -Type Custom -KeySpec Signature -Subject "CN=VPNRoot" -KeyExportPolicy…

VIEW QUESTION

Azure – EventHub data bursty with long pauses

I'm seeing multi-second pauses in the event stream, even reading from the retention pool. Here's the main nugget of EH setup: BlobContainerClient storageClient = new BlobContainerClient(blobcon, BLOB_NAME); RTMTest.eventProcessor = new EventProcessorClient(storageClient, consumerGroup, ehubcon, EVENTHUB_NAME); And then the do nothing processor:…

VIEW QUESTION
Back To Top
Search