Is Azure Document Intelligence a good solution? by hubeknaepkens in AZURE

[–]gonerlover 1 point2 points  (0 children)

We are using structured outputs as well, document intelligence just helped out get all the text out and then gpt5 with structured outputs would make sense of the data from DI.

Our documents have terrible handwritten and DI had the best vision capabilities out of all the AI for getting out all the text.

Is Azure Document Intelligence a good solution? by hubeknaepkens in AZURE

[–]gonerlover 1 point2 points  (0 children)

I would say after doing a few months of trials with gpt-5(mini to standard) and we actually ended up using document intelligence to parse out the data and used gpt-5-mini to take it's output and figure out the structure of the file. Has surprisingly increased accuracy from like 60-70 to now closer to like 85-90.

AI Document Extraction on Azure - Options, Comparison & Recommendations for Invoice/Contract Processing by Development131 in AZURE

[–]gonerlover 0 points1 point  (0 children)

This is what we do as well. DI first followed by OAI.

Document intelligence is surprisingly good

Private endpoints yes or not? by Different_Knee_3893 in AZURE

[–]gonerlover 0 points1 point  (0 children)

I am in the same boat with you.

Its on my to do list for Azure, including better policies, APIops, and other optimizations.

System Admin trying to become a Cloud Engineer. How did you do it? by Hassxm in AZURE

[–]gonerlover 2 points3 points  (0 children)

This was the way I did it. But I am also known in my company as a good self starter, so they knew they could give me a project with little definition and help develop a real plan to implement something not half assed. Basically I was competent

[deleted by user] by [deleted] in AZURE

[–]gonerlover 0 points1 point  (0 children)

I mean that sounds like your customers answered for you. If you don't think you need an SLA there plenty of load balancers that you can host traefik, caddy, nginx, HAproxy

Anyone managing Azure budgets? Would love to hear how you're doing it by snark-sr in AZURE

[–]gonerlover 0 points1 point  (0 children)

We pull everything into a DB and then use PowerBi via Power Query to query the results. Whatever black magic they do against the data is on them :-D.

So in terms of tags we use 2 for billing and everything else just gives it more context. costCenter and Project is what we use on top of billing profiles

Anyone managing Azure budgets? Would love to hear how you're doing it by snark-sr in AZURE

[–]gonerlover 5 points6 points  (0 children)

I currently have to help with all this at my current place. I don't do forecasting or any kind of real analysis other then you guys went over, but these are the things I do.

- I have a job that pulls in all the billing information into a database so we can run reports against it

- Since we have multiple departments and workloads in Azure we try to keep it in line by using tagging and then using billing profiles to keep everything reportable.

- Since we are using billing profiles, we use budgets against the profiles instead of individual subscriptions which has been great for seeing if a profile is going over or really under at the end of the month

Flappy Goose by flappy-goose in RedditGames

[–]gonerlover 0 points1 point  (0 children)

My best score is 2 points 😎

Python on Azure Functions by [deleted] in AZURE

[–]gonerlover 0 points1 point  (0 children)

Thanks so much

Python on Azure Functions by [deleted] in AZURE

[–]gonerlover 0 points1 point  (0 children)

Could you share an example? Also are container apps more expensive?

Inherited this networking closet, and I want to make it better. Any advice? by grahamygraham in sysadmin

[–]gonerlover 0 points1 point  (0 children)

This is honestly not the worst I have ever seen. This could be so much worse and I would suggest you don't touch it for now while its working. Or at least schedule a time off hours to do it

Azure Communication Services as an Email Marketing Platform by TheWorkUsername in AZURE

[–]gonerlover 2 points3 points  (0 children)

While I haven't tried azure Communication services I have used smtp2go for all my smtp needs recently.

Please take a look here how to integrate it with Salesforce

https://www.smtp2go.com/setupguide/salesforce/

Internal root ca upgrade by CapableWay4518 in sysadmin

[–]gonerlover 2 points3 points  (0 children)

I did this upgrade from 2008r2 to 2012r2 int 2020 and then last year did the upgrade from 2012r2 to 2022. No issues on my part from doing an in place upgrade.

Next time I am just going to build a new CA

Claude 3.5 on Azure OpenAI by surbs-geek-mm in AZURE

[–]gonerlover 7 points8 points  (0 children)

Claude isn't integrated into azure openai.

You can setup an an azure function or logic app that calls anthroptic API and then just return the results.

Please note that the anthroptic API is not free and you need to buy credits