Henkypenky
Henkypenky
CC#
Created by RodF on 4/12/2025 in #help
How can I keep Azure prices down
yeah i agree 100%, but i guess they want to keep it as hard as possible to make as much money as possible
20 replies
CC#
Created by RodF on 4/12/2025 in #help
How can I keep Azure prices down
almost every fuck up comes from egress GB
20 replies
CC#
Created by RodF on 4/12/2025 in #help
How can I keep Azure prices down
i once made the mistake of assigning a public ip to a vm running windows server and somehow they found a vulnerability to exploit the DC through netlogon, this fuck up costed me about 2000 dollars because i had alerts set up in place, otherwsie it would have been a lot more
20 replies
CC#
Created by RodF on 4/12/2025 in #help
How can I keep Azure prices down
someone will find a way to exploit it
20 replies
CC#
Created by RodF on 4/12/2025 in #help
How can I keep Azure prices down
rule of thumb: NEVER CREATE ANYTHING PUBLIC FACING
20 replies
CC#
Created by RodF on 4/12/2025 in #help
How can I keep Azure prices down
i think you need to write some scripts to stop the resources tho, but at least u get informed
20 replies
CC#
Created by RodF on 4/12/2025 in #help
How can I keep Azure prices down
out of the blue
20 replies
CC#
Created by RodF on 4/12/2025 in #help
How can I keep Azure prices down
and so when IF something is over the budget it gets disabled (eg you dont get billed anymore) but you whole azure infrastructure doesn't stop working
20 replies
CC#
Created by RodF on 4/12/2025 in #help
How can I keep Azure prices down
you can set spending limits with budgets
20 replies
CC#
Created by RodF on 4/12/2025 in #help
How can I keep Azure prices down
because you limit the functionality of your whole azure to a number
20 replies
CC#
Created by MrG on 3/30/2025 in #help
Is setting Jwt and fresh tokens as HTTP only cookies good ?
again: https protocol (http + tls) is different from http only header (request)
4 replies
CC#
Created by MrG on 3/30/2025 in #help
Is setting Jwt and fresh tokens as HTTP only cookies good ?
you should always use https for these requests/responses
4 replies
CC#
Created by MrG on 3/30/2025 in #help
Is setting Jwt and fresh tokens as HTTP only cookies good ?
yes, that's correct. I'm assuming you are talking about the http only header and not the http protocol here. the http only header is not literal, it actually means that its contents cannot be accesed by javascript, so you are safe from various attack vectors. also your server will rely on this header to be present.
4 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
but it's bare bones
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
mongodb has a data api, no idea if it's paid
39 replies
CC#
Created by Henkypenky on 11/20/2024 in #help
Application Insights Auto Instrumentation
No description
3 replies
CC#
Created by Henkypenky on 11/20/2024 in #help
Application Insights Auto Instrumentation
(ofc the app is running)
3 replies
CC#
Created by SWEETPONY on 7/16/2024 in #help
✅ is there any way to delete items from the database and return the deleted list in one request?
might as well not use EFCore...
14 replies
CC#
Created by SWEETPONY on 7/16/2024 in #help
✅ is there any way to delete items from the database and return the deleted list in one request?
it's important to understand what happens behind the scenes. If you retrieve the range ef core tracks them, so when you proceed to delete them efcore already knows where they are and what state they are in, so the deletion is already optmized. It's not a question of using less commands but a question of understanding why using 2 is fine
14 replies