#azure (2018-11)

azure

Archive: https://archive.sweetops.com/azure/

2018-11-02

btai avatar
btai
11:24:22 PM

@btai has joined the channel

2018-11-06

btai avatar

anyone here with a decent amount of azure experience?

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

@geertn mentioned he did

btai avatar

im curious how people are grouping their resource groups. im not sure if its better to be very granular, or if a single resource group per environment

geertn avatar

@btai We use a subcription per environment. One subcription for general services to other subscriptions (VPN), one for prod, staging, etc. Next to that generally map resource groups to terraform environment / state files. So eg a RG for WAF with NLB, a RG for Domain Controllers with LDAP NLB, a RG for Recovery Services Vault, One RG for all networking stuff (Vnets/subnets). Mostly becuase it’s handy for deleting/redeploying thing without worrying too much but also to be able to set granular permissions on the RG’s

btai avatar

ok so youre not super granular with RGs, but within each environment you’ll have a handful of RGs

btai avatar

@geertn

2018-11-07

geertn avatar

@btai to give you an idea for an env with 15 servers we use about 8 rg

geertn avatar

Next to that about 6 RG for things like recovery vault, packer images and build space, keyvault

geertn avatar

I’d say it’s pretty granular

btai avatar

@geertn Okay sounds good. so in my environment I have a RG for the vnet + default subnets, RG for my AKS cluster + ALB + cluster subnets, and I’m planning on a RG for the pg database.

btai avatar

sounds about right?

btai avatar

@geertn completely different question, do you know why the Azure managed pg database makes the username {admin_login}@{host_name}?

geertn avatar

Sounds good to me. I wouldn’t know about PG DB username no

2018-11-12

btai avatar

@geertn do you use AKS?

2018-11-13

geertn avatar

No

2018-11-19

s.p.i avatar

Hi there, has anyone tested the new Python environment for functions ? https://github.com/Azure/azure-functions-python-worker#overview Bonus : have you tested it with Terraform built resources ? I’d like to know if it’s stable enough for simple timed triggered scripts.

Azure/azure-functions-python-worker

Python worker for Azure Functions. Contribute to Azure/azure-functions-python-worker development by creating an account on GitHub.

2018-11-29

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
10:32:41 PM

@Erik Osterman (Cloud Posse) has joined the channel

    keyboard_arrow_up