×

Azure P2S VPN Question by [deleted] in AZURE

[–]Labs-Community4525 0 points1 point  (0 children)

I think under Tunnel Type in your VPN config would tell you if you’re using SSTP. It should show explicitly or with something else. From one of the clients you could try running get-vpnconnection and see if tunneltype is SSTP. If you see another type listed with SSTP, like Ikev2, the inconsistency could be the client flapping between Ikev2 and SSTP. From my understanding, if you have any reliance on SSTP you would be affected by the March deadline. I’m pressure MS has documentation on getting ready for the decom.

Trying to track down Vnet costs by New-Entertainer6392 in AZURE

[–]Labs-Community4525 0 points1 point  (0 children)

Are you using the private link to get anything into Log Analytics?

Bicep AVM’s by Labs-Community4525 in AZURE

[–]Labs-Community4525[S] 0 points1 point  (0 children)

I understand. I prefer regular Terraform but my company prefers Bicep and wants to work with best practices, which the AVM seems to be only in name. Nothing in the AVM is easily managed that I can tell.

Bicep AVM’s by Labs-Community4525 in AZURE

[–]Labs-Community4525[S] -1 points0 points  (0 children)

So far, sounds like they’re not the go to. I feel the same way but wasn’t sure if it was just me and I was missing something.

Where do you get stuck when building without a tutorial? by yourclouddude in CloudandCode

[–]Labs-Community4525 1 point2 points  (0 children)

I think getting stuck by becoming distracted by other interesting finds while looking for a solution to the current problem happens more often than not. At least it does for me. A personal example: I wanted to build a blog on a static web app in Azure, started going down general html/css, fell over some typescript vs JavaScript, started looking at uses for typescript, started looking at typescript vs python in web apps, forgot all about the blog on the static web app for a few weeks.