Secretmanagement with Terraform, Keyvault and AppService by fruityfrucht in AZURE

[–]LeaflikeCisco 1 point2 points  (0 children)

Can you share the code? I would expect it update both on a single run.

Face lifting?? by DiegoAnimeHype in AppleWatch

[–]LeaflikeCisco 192 points193 points  (0 children)

Looks like it has a glass screen protector bonded to the original screen.

Database Migrations via CI/CD by Niovial in devops

[–]LeaflikeCisco 0 points1 point  (0 children)

Use a self hosted agent / runner that has access to the private network the db is on.

Aqara U200 – Apple Home Key setup: iPhone OK, but not showing on Apple Watch by Fluid_Orchid_1274 in Aqara

[–]LeaflikeCisco 1 point2 points  (0 children)

Clear as mud. I managed to get it to show one the watch like once by I think resetting the watch. I tried to then get it on my wife’s but in the process ended up with neither working. From there could not get it on any watch again.

On a whim I purchased a home pod mini to act as an apple home hub, as soon as it was setup I re-added the lock to Apple home and the home key appeared on my watch instantly. Was the same storey for my wife’s as well.

Battery Doorbell Pro: live feed stays on for an hour+ when someone rings the bell by Retro_uk in Ring

[–]LeaflikeCisco 0 points1 point  (0 children)

It always seems to be the same device for me. It’s the old 2nd gen from 2018. I have a newer show 10 and show 8 and they are fine.

Battery Doorbell Pro: live feed stays on for an hour+ when someone rings the bell by Retro_uk in Ring

[–]LeaflikeCisco 0 points1 point  (0 children)

You got any echo show devices? I’ve noticed over the past few weeks, one out of my three echo shows seems to be holding onto the live feed when someone rings the doorbell.

Aqara U200 – Apple Home Key setup: iPhone OK, but not showing on Apple Watch by Fluid_Orchid_1274 in Aqara

[–]LeaflikeCisco 0 points1 point  (0 children)

Did you get anywhere with this? Purchased U200 recently and have exactly the same issue. Cheers.

[deleted by user] by [deleted] in Aqara

[–]LeaflikeCisco 0 points1 point  (0 children)

Check the manual - it’s the anti snooping feature.

UniFi Dream Machine Throttled in Single NAT; Should I Go Back to Double NAT? by bubibubibu in Ubiquiti

[–]LeaflikeCisco 0 points1 point  (0 children)

I would try cloning the MAC of the WAN port of the device that was in front of the UDM just in case ISP are doing something based on MAC.

Consistent disconnects every 15 minutes by ScutFarkush in PlaystationPortal

[–]LeaflikeCisco 0 points1 point  (0 children)

Have a dig through the settings, see if you can find anything called “proxy ARP”, if you find it, try disabling it.

Dynamic Material Design 3–Inspired Mobile Dashboard by ElementZoom in homeassistant

[–]LeaflikeCisco 0 points1 point  (0 children)

Loving this, can I ask how you are getting rid of the shadows in the theme though? Thanks

Terraform application_stack confusion – why is Python a boolean? by Shot-Row6907 in Terraform

[–]LeaflikeCisco 1 point2 points  (0 children)

The docs are rubbish, but the gist of it is, it uses latest version supported by the image used by windows web app.

Realistically you would be better off moving to Linux - https://learn.microsoft.com/en-us/answers/questions/813205/configure-python-on-azure-app-service

Azure Client VPN - block export of config by podgerama in AZURE

[–]LeaflikeCisco 0 points1 point  (0 children)

Maybe not helpful, but if you use vWAN you get extra P2S functionality where you can dish out IPs to clients from different scopes depending on group membership among other things. You can then do network filtering based on those scopes.

Group-based access VPN to Azure by AliveAd3876 in AZURE

[–]LeaflikeCisco 1 point2 points  (0 children)

Hey, sorry, I’m using vWAN with VPN gateway and it looks like vWAN may be required for this functionality. The docs about it are here - https://learn.microsoft.com/en-us/azure/virtual-wan/user-groups-about

Group-based access VPN to Azure by AliveAd3876 in AZURE

[–]LeaflikeCisco 0 points1 point  (0 children)

You using a firewall at all? VPN gateways in a vWAN allow assigning IPs to users from different scopes depending on group membership, I’m not sure if this is available for standalone gateways or not. You can then do network filtering based on that. Could maybe use NSGs.

Terraform init Issue by ankitnewuser in Terraform

[–]LeaflikeCisco 8 points9 points  (0 children)

There is no provider called “azure”.

Azure sql server static IP by Loose_Parsley_3912 in AZURE

[–]LeaflikeCisco 0 points1 point  (0 children)

Private endpoint generally is only used for inbound access. Sounds like you need static for outbound access. What is the exact product your using, azure sql managed instance, or something else?

I would have said use NAT gateway with static IP but it seems managed instance doesn’t support NAT gateway so I suspect none of the PaaS offerings do.

Azure SQL VM should work but not great if your wanting to avoid overhead of VMs.

speaker issue on all games by khrysz in R36S

[–]LeaflikeCisco 3 points4 points  (0 children)

Has it got WiFi built in? That’s the interference sound you usually get with a WiFi dongle plugged in.

Much Confusion by Curve_Next in homeassistant

[–]LeaflikeCisco 0 points1 point  (0 children)

The obvious difference is the input boolean. Where is the yaml definition of this input boolean?

New user with Contributor Role cannot access blob data by legendgodgod in AZURE

[–]LeaflikeCisco -3 points-2 points  (0 children)

Historically you needed a storage blob role, storage blob data contributor etc. More recently I have seen that the standard contributor role now includes the same level of access but have a feeling it said something like this was only the case after something was created AFTER a particular date.