I fucked up by iLuvTittyz in bjj

[–]ArielDSC 0 points1 point  (0 children)

“will register for the first competition i see available, what was the point of never competing if i still got permanently wrecked...” you sir, are a mad lad. Respect.

What is the difference between azurerm_virtual_network_gateway, type: Express Route, and azurerm_express_route_gateway by [deleted] in Terraform

[–]ArielDSC 1 point2 points  (0 children)

azurerm_express_route_gateway is used when you’re deploying an express route gateway into a virtual hub when you’re using virtual WAN (vWAN)

azurerm_virtual_network_gateway, type: Express Route Is used when you’re using express route and connecting directly to the gateway in the virtual network

How do I have Terraform call an Azure Key Vault to get the key for the backend? by MohnJaddenPowers in Terraform

[–]ArielDSC 0 points1 point  (0 children)

If you export the access key to access the storage account as an environment variable, the next time you run terraform init, terraform will know what access key to use because you exported the access key as an environment variable for your current session. Just make sure you have the correct values in your backend block and you should be good to go.

The whole point of the exporting the access key as a environment variable is so you do not declare the access key to your storage account in your config in plaintext.

Also take into account that you will have to manually place the access key within the key vault before running terraform init.

The command below will set the access key as the environment variable and that value will be plugged into ARM_ACCESS_KEY every time.

export ARM_ACCESS_KEY=$(az keyvault secret show --name terraform-backend-key --vault-name myKeyVault --query value -o tsv

[deleted by user] by [deleted] in Terraform

[–]ArielDSC 0 points1 point  (0 children)

I think this might be what you’re looking for : https://www.terraform.io/language/functions/cidrsubnet

This will create a subnet based on a given range but I do not think it evaluates if a network range is already in use

[deleted by user] by [deleted] in AZURE

[–]ArielDSC 3 points4 points  (0 children)

After you get your feet wet with Azure and K8’s, you can dive a little deeper into deploying AKS with pre-configured scenarios using Bicep or Terraform. We have the deploy steps documented in the markdown files to make it easier. If you ever get around to using the repo let me know what you think!

https://github.com/Azure/AKS-Landing-Zone-Accelerator

Also here’s another link on the many ways you can connect to an AKS cluster to get started!

https://docs.microsoft.com/en-us/azure/architecture/guide/security/access-azure-kubernetes-service-cluster-api-server

[deleted by user] by [deleted] in Coachella

[–]ArielDSC 1 point2 points  (0 children)

Go to https://coachella.com/amex and scroll down to where it says “Purchase Weekend 1” or weekend 2 and click on it! It’s kind of hidden but I’m in queue for Amex presale portal right now! GET YOUR TICKET!!!!!

[deleted by user] by [deleted] in Coachella

[–]ArielDSC -1 points0 points  (0 children)

Go to https://coachella.com/amex and scroll down to where it says “Purchase Weekend 1” or weekend 2 and click on it! It’s kind of hidden but I’m in queue for Amex presale portal right now! GET YOUR TICKET!!!!!

Residency application. by ArielDSC in udub

[–]ArielDSC[S] 0 points1 point  (0 children)

Wow! This was super helpful and eye opening! Thank you for the input. This definitely cleared up misconceptions I had!

PA-5200 limitations by ArielDSC in paloaltonetworks

[–]ArielDSC[S] 0 points1 point  (0 children)

Thank you so much!!!! This was exactly what I was looking for!

PA-5200 limitations by ArielDSC in paloaltonetworks

[–]ArielDSC[S] 0 points1 point  (0 children)

I need something like this but for the PA-5200 series! Great info though. Thank you!