Recently ran into something worth sharing. Wrote about automatically deleting blobs in Azure Blob Storage, covering two approaches: lifecycle rules with tags and a code-based alternative.
https://t.co/iXZZTUecXt
Hope it helps! #azure#blobstorage#dotnet
Recently I tried running MLflow in Azure Container Apps to track prompts & token usage. Learned a lot and hit some weird issues. If you're trying to do the same this might save you some time:
https://t.co/DF0TmuwOEz
We are excited to announce that the Bicep Microsoft Graph extension is fully GA as of today 💪🎉
HUGE thanks to the MS Graph team for making this happen!
Read more about it here: https://t.co/Lf9R4ApnPb
I've been working with LLMs in C# to get structured data, but kept running in deserialization errors.
I explored a few ways to improve reliability and shared what I learned here:
https://t.co/uxOvpHDRBh
Have you dealt with similar challenges? Curious how others are solving it.
Had a great time speaking @FutureTechNL yesterday.
Thanks to the organization for setting it up. It was a great conference with lots of great sessions.
v0.32 is out! 💪🎉
We added a new deployer() function to retrieve principal Ids, fixed some bugs, and had some awesome contributions from our community!
Release notes here: https://t.co/kU61BGJdHn!
Our December Bicep Community Call:
https://t.co/PykiIfHblg
@AzureSupport Hi, is there any known issue with sql server in West Europe? We are getting TooManyRequests error on adding a single database. Even retries minutes later still fail and the server itself is hardly being used in terms of processing power
@MrPeterLMorris I've had this same issue recently. Replied the solution I found on your stack overflow question with a link to ms learn where I found it
Bicep v0.24 is out! 💪
You can now work with the bicep command programmatically, try out having optional module names, and use user-defined types without the experimental flag!
Check out the release notes here:
https://t.co/qvQ1LO36m7
This is why I love working with @BicepLang so much. Every once in a while my job allows me to spend some time with it and every time there are new features that make my bicep look even better. User defined types combined with compile-time type imports really brightens up the code
Just renewed my certification. Was nice to dive into container apps for it and see what benefits they could bring if we switched to them.
Microsoft Certified: Azure Developer Associate https://t.co/4Xt3GXRFqe
Announcing .NET 8 RC1‼️
This release includes a new AOT mode for both Android and WASM, System.Text.Json improvements, and Azure Managed Identity support for containers.
Here's everything you need to know about this latest update. https://t.co/QFLiRYKkMW
Hi @AzureSupport, I'm having some issues with RBAC roles set through Azure Lighthouse for Azure Container Registry.
I keep getting a 401 unauthorized if I set it up through Lighthouse, but when I set the same permissions on a guest user it works fine. Could you provide support?
.NET 8's dependency injection container will support "keyed services". A long-requested feature that has finally landed. This is useful when type alone isn't enough to determine the right implementation. #dotnet
Just had my first experience with public speaking, talking about @BicepLang and our experience implementing it. Thanks for all attending for your time and feedback. I had a great experience #bicep
@SaM_Mart1n@AzureSupport Last night we still had the same issues, but this morning when testing the problem seemed to be fixed. We'd seen the issue in two different build pipelines and both are passing now.
Hi @AzureSupport we're having a strange issue. When trying to deploy a Azure Function App with a consumption plan through bicep we get the following error: "The pricing tier Dynamic is not allowed in this resource group"
We made no changes and earlier it ran without issues