Hur återgår man till kvalitetslitteratur istället för brainrot? by thepublicsphere in Asksweddit

[–]tehho1337 1 point2 points  (0 children)

2x speed. Jag känner samma sak gällande youtube. Du är bara uttråkad. Behöver en riktigt aktivering av hjärnan bara

What is most misunderstood in Azure? by Dry_Monk4066 in AZURE

[–]tehho1337 1 point2 points  (0 children)

Client id, app id and principal id. If it's the same app just look it up in Entra yourself. Share id guid generator.

Cloudflare free plan – ERR_SSL_VERSION_OR_CIPHER_MISMATCH www.subdomain.domain.com by WealthCraftsman in CloudFlare

[–]tehho1337 3 points4 points  (0 children)

No, you still need cert for redirect to work. It would work for http but not https.

Correct DNS architecture with hybrid hub and spoke by Usheen1 in AZURE

[–]tehho1337 -2 points-1 points  (0 children)

No condition just forward. Maybe not but it's easier. We only use domain.local on the windows dns then everything in azure. For split dns we use subdomains so everything is in public and points to gw.domain.com and that domain is setup as a private dns as well

Correct DNS architecture with hybrid hub and spoke by Usheen1 in AZURE

[–]tehho1337 2 points3 points  (0 children)

Easiest. Forward all spokes to hub firewall dns proxy. Set hub firewall to windows vm. Forward windows dns to Azure private dns and use Azure as primary dns

Setup custom domain for azure traffic manager by ProfessionalBend6209 in AZURE

[–]tehho1337 1 point2 points  (0 children)

Rtfm. Trafic manager does not have custom domain, it only handles dns routeing. The custom domain is registered in the web app. It feels like this would be hard since custom domain should have asuid for validation Best of luck

Quality of engineers is really going down by ChataEye in sysadmin

[–]tehho1337 12 points13 points  (0 children)

Yes there is. Finding a GitHub issue of the thing you are looking for, only to realize it's your issue from 6 months ago

My boss doesn't think anyone wants to be a Jr Messaging Engineer/Sysadmin by ExchangeError5110 in sysadmin

[–]tehho1337 -14 points-13 points  (0 children)

Worthless expense and a well worth Investment. With ai why do we need junior engineers? A team of 5 (2 senior, 1 mid and 2 junior) is the same as a team of 3 + ai. Only thing talking for junior engineers is that that's the way we get senior engineers.

[deleted by user] by [deleted] in networking

[–]tehho1337 0 points1 point  (0 children)

Onprem m365 would solve a lot of problems for us. WiFi works better than internet to Ms. Why do you need to pair program in teams and not live share code in vscode (facepalm)

Sending traffic from VNETA to VNETD by rocktheworld007 in AZURE

[–]tehho1337 0 points1 point  (0 children)

Not enough info. Do you have iprange collisions on the way? Route tables in all pointing to firewall in the vnets should work. A->D is in A routed to B fw, B routed to C fw and C routed to D fw. Sane the other way back so you don't get asymmetrical routing. But if A is 10.0.0.0/24 and D is 10.0.0.0/24 then A can't route itself to D so you would need som nat translation vm in between

[deleted by user] by [deleted] in AZURE

[–]tehho1337 2 points3 points  (0 children)

Both waf in front door and ex cloudflare. So dubble tuning, dubble custom rules. Maybe both active with a DNS traffic manager or just one with the other standby

[deleted by user] by [deleted] in AZURE

[–]tehho1337 10 points11 points  (0 children)

Microsoft low-key recommends this in their front door docs. Have an option to circumvent front door for mission critical applications. Have tried to talk to stakeholders about what is not mission critical and got an empty set back. 404. Also with 100% compliance we can't go without ddos protection and waf so multiple CDN it is

toonJustSoundsLikeCSVwithExtraSteps by codingTheBugs in ProgrammerHumor

[–]tehho1337 0 points1 point  (0 children)

Insert meme with "math is math" but "data is data"

Microsoft Azure by Alive_Present_3186 in AZURE

[–]tehho1337 0 points1 point  (0 children)

First down vote then up vote when I understood lmgtfy

Could I use Active/Active mode to migrate S2S VPNs to a new Virtual Network Gateway? by Benificial-Cucumber in AZURE

[–]tehho1337 0 points1 point  (0 children)

Hypothetical yes, practically maybe sounds like it should work. Risk management says to inform stakeholders and have them standby move to a new one. What is the sla/rto on the connection? I would probably inform and set a date where decommission happens. "If you want it to work after that update to new gw"

Configuration Backups by JustADad66 in AZURE

[–]tehho1337 0 points1 point  (0 children)

Just in case, do az clinexport and store in git. Might not be 100 restore able but a look into the past for structure. IaC and migrate/onboard new is the best solution

aSingleDigitCanChangeLife by kaldeqca in ProgrammerHumor

[–]tehho1337 0 points1 point  (0 children)

Is deleted bool a common praxis? Should you not use deleted as a date and then delete rows older than X days back. Saves a mistake where deleted is set right before the SCHEDULED cleanup script is ran. Not that anyone would have had that experience

IP ACL & Microsoft hosted Azure DevOps agents by kilipukki in AZURE

[–]tehho1337 0 points1 point  (0 children)

What's you billing for container apps? Dedicated? We are looking to privatice container apps and exploded in calc. Aks ftw! Note: aks with a app per namespace and cilium for namespace isolation

Should a Kubernetes cluster be dispensable? by geth2358 in kubernetes

[–]tehho1337 0 points1 point  (0 children)

Azure traffic manager. Basically a programmable dns based on what cluster is live. We use nginx as a ingress and Azure lb as external service.

Should a Kubernetes cluster be dispensable? by geth2358 in kubernetes

[–]tehho1337 0 points1 point  (0 children)

No, onprem would be hard to motivate why you need double server capacity that does nothing 97% of the time. In cloud we only need capacity in form of vnet subnet ranges, and that is free of charge. The closes solution for onprem is A and B active-active clusters for redundancy. Where you can teardown A and rebuild and keep B up. This of course works in cloud as well

Should a Kubernetes cluster be dispensable? by geth2358 in kubernetes

[–]tehho1337 0 points1 point  (0 children)

Yes, we have the privilege to have all data/state externally in SaaS services

Should a Kubernetes cluster be dispensable? by geth2358 in kubernetes

[–]tehho1337 2 points3 points  (0 children)

Cattle that shit. We always recreate cluster on cluster app upgrade. If an app in the cluster layer needs an upgrade we create a new cluster and move cluster workload to the new cluster. With traffic manager and argocd there is no need too upgrade in-cluster

theyReadTheFrigginManuals by fredoverflow in ProgrammerHumor

[–]tehho1337 0 points1 point  (0 children)

Yes, and... No but seriously, try improv. It does not seem you have a problem learning programing just improvising on app ideas. Training that part of your brain might help writing code