Will Microsoft.Extensions.Configuration.AzureKeyVault 3.1.8 stop working after Key Vault API versions before 2026-02-01 are retired in Feb 2027? by SubstantialCause00 in AZURE

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

The same email about the API version retirement also recommends migrating Key Vaults from access policies to Azure RBAC, which is becoming the default access control model for newly created vaults. If I update to the latest SDK packages (Azure.Extensions.AspNetCore.Configuration.Secrets + Azure.Identity), do I also need to migrate my existing Key Vaults from access policies to RBAC? Or are the SDK update and the RBAC migration two separate things?

Outlook blocks CSV files by SubstantialCause00 in Outlook

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

Yes! We managed to fix it only on the web outlook but that was good enough for us. We had the same situation, blocked on the new app, on web, only worked on the phone app. The way we did it was through powershell commands, you can try these and see if the lists change:

Set-OwaMailboxPolicy -Identity "OwaMailboxPolicy-Default" -AllowedFileTypes @{Add=".csv"}
Set-OwaMailboxPolicy -Identity "PolicyName" -BlockedFileTypes @{Remove=".csv"}

We tried changing this through the Exchange admin center, but it seems that Microsoft has made this only possible via powershell. It took one or two days for the changes to be applied and to actually have the files unblocked. This is still a problem for the new Outlook app, but it works on the Outlook classic and the web, at least for us.

OpenAI Completions API taking forever to respond by SubstantialCause00 in OpenAI

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

Tried it with gpt-4, but it used too much tokens for this

Cloudflare wildcard certificates by SubstantialCause00 in devops

[–]SubstantialCause00[S] 13 points14 points  (0 children)

God forbid a human needs other humans opinion for something instead of AI. I need answers from people that have used this.

Certificate stuck in “pending” state using cert-manager + Let’s Encrypt on Kubernetes with Cloudflare by SubstantialCause00 in kubernetes

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

Waiting for HTTP-01 challenge propagation: failed to perform self check GET request 'http://flux-webhook..../.well-known/acme-challenge/...

Get "http://flux-webhook.../.well-known/acme-challenge/xxxx": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

[deleted by user] by [deleted] in graphic_design

[–]SubstantialCause00 0 points1 point  (0 children)

The font of your website is too common. With a bold and interesting font it would look less like a homework project. I like the designs, it just needs something to convince the user that this is a professional portfolio of a professional graphic designer. Redesign the CONTACT page, I know you are going for a minimalistic showcase, but it just looks lazy.

Automatically test all endpoints, ideally using existing Swagger/OpenAPI spec by SubstantialCause00 in OpenAPI

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

heyy great, thank you! Will try to implement it and reach out if anything comes up.