How to get better outbound connectivity using Azure NAT Gateway | Azure Friday

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ย. 2024

ความคิดเห็น • 15

  • @ArjenNineteeneightyone
    @ArjenNineteeneightyone 3 ปีที่แล้ว +1

    Also within Web Apps you can run the SNAT Port Exhaustion from the Diagnostic tool to check if your running into connection problems.

  • @ArjenNineteeneightyone
    @ArjenNineteeneightyone 3 ปีที่แล้ว +1

    Yes you can Marcel. Azure Nat Gateway is available for an App Service plan Standard or higher.

    • @rodneyedward1064
      @rodneyedward1064 3 ปีที่แล้ว

      I know Im randomly asking but does anyone know a way to log back into an Instagram account??
      I was stupid forgot the login password. I love any tricks you can offer me!

  • @Sidco12
    @Sidco12 4 หลายเดือนก่อน

    Can you use a nat gateway with a nsg?

  • @alexk581
    @alexk581 3 ปีที่แล้ว

    17:27 Arm templates can be very complex? When they were simple or not complex? Using them it is like programming in assembly language. Pulumi is the way to go.

    • @mohammedmclovin4450
      @mohammedmclovin4450 3 ปีที่แล้ว +1

      ahaha, come on... they are just json files. not very pretty, granted, but as long as you keep them clean and tidy, they are fine.
      i guess it depends on the size of your environment as well. if it is big, break it in several templates, coz having only one will make you miserable, indeed.

  • @Marcel-dt5du
    @Marcel-dt5du 3 ปีที่แล้ว

    Does this work for an Azure Functions App connected to a VNET?

  • @Anaesthetist98
    @Anaesthetist98 3 ปีที่แล้ว

    How do you integrate this with a VPN Gateway and my SNAT connections are going over that IPSEC tunnel?

    • @MicrosoftAzure
      @MicrosoftAzure  3 ปีที่แล้ว +2

      Hey Laurence! NAT gateways can’t be used with VPN gateways unfortunately. However, VPN gateways have a feature in preview that provides NAT translation that may work for this scenario. Give it a try! msft.it/6059nHTjh

  • @tigerdeccan
    @tigerdeccan 3 ปีที่แล้ว

    can you use this infront of aks vnet ?

  • @AC-yj3hy
    @AC-yj3hy 3 ปีที่แล้ว

    Will this work with aks cluster?

  • @Gaming663
    @Gaming663 3 ปีที่แล้ว

    Can u use the Nat gateway in front of azure firewall?

    • @MicrosoftAzure
      @MicrosoftAzure  3 ปีที่แล้ว

      Hey John! Azure Firewall provides automatic SNAT for all outbound traffic to public IP addresses. If you're wondering if you can configure Azure Firewall to never perform SNAT and have Azure NAT Gateway do it, this guide may help: msft.it/6059VY5oF As well as this one which details more about Scale SNAT port with Azure NAT Gateway. msft.it/6050VY5o2

    • @mikebotte2628
      @mikebotte2628 2 ปีที่แล้ว

      @@MicrosoftAzure Would like to expand on this question. Azure FW SNAT support 1024 SNAT ports per IP vs Azure natGW 64k. Is there a scenario where you would use NAT gateway and Azure firewall together or in the case of Azure FW is it just a matter of adding more IP when you hit the 1024 limit?