Bob Pusateri

245 Followers
344 Following
137 Posts
Microsoft MVP. Microsoft Certified Master. Senior Data Professional. International presenter, blogger, author, conference organizer. All views are my own. He/Him/His.
Bloghttps://www.bobpusateri.com/
Blueskyhttps://bsky.app/profile/bobp.bsky.social
I probably won't be posting very much on here, but you can find me over on Bluesky. @bobp.bsky.social
Congratulations to all newly-awarded Microsoft MVPs! Thank you for all your hard work and all you do for the community! #MVPBuzz
John D. Rockefeller, America's first billionaire, spent more of his life giving away money than he did earning it. #BobFacts https://en.wikipedia.org/wiki/John_D._Rockefeller#Philanthropy
John D. Rockefeller - Wikipedia

Event exceeds the number of allowable bound actions - Jonathan Kehayias

Did you know that there is a limit to the number of actions you can add to a single event in Extended Events? While I was playing around with Trace Flag 9708 for my previous blog post, one of the things I wanted to try to see was whether it would be easy to determine […]

Jonathan Kehayias
H&R Block’s blockbuster data strategy

Modernizing its data platform helped the tax-prep giant unleash innovations that have positioned the company for the future.

Save the Date for Azure Cosmos DB Conf 2023! - Azure Cosmos DB Blog

  Overview  Save the date and get ready for Azure Cosmos DB Conf 2023! Azure Cosmos DB Conf is a FREE virtual developer event happening on March 28th, 2023, organized by Microsoft with support from the greater Azure Cosmos DB community.

Azure Cosmos DB Blog
During the Battle of the Bulge, US General Omar Bradley was detained at a checkpoint as a possible spy when he (correctly) identified Springfield as the capital of Illinois. The MP who questioned him believed it was Chicago. #BobFacts https://en.wikipedia.org/wiki/Battle_of_the_Bulge#Operation_Greif_and_Operation_W%C3%A4hrung
Battle of the Bulge - Wikipedia

Reading: What's new in Azure Data & AI: #Azure is the best place to build and run AI workloads - https://azure.microsoft.com/en-us/blog/whats-new-in-azure-data-ai-azure-is-best-place-to-build-and-run-ai-workloads/ #AzureData
What's new in Azure Data & AI: Azure is the best place to build and run AI workloads

Bringing together purpose-built AI infrastructure and managed data and AI services into one environment streamlines management and automation, often reducing the complexity of building, training, and bringing AI models into production.

Building A Redirect Service with Cosmos DB and Azure Functions

Design choices, tooling, and code I used to build a URL redirection service using Azure Cosmos DB and Azure Functions.

Reading: Writing a Hello World Go Container Web Application - https://www.nocentino.com/posts/2023-02-19-hello-world-go-container/
Writing a Hello World Go Container Web Application

In this blog post, I will show you how to build a hello world container-based web application in the go programming language. The reason I want to do this is because I need a very small container image to do some testing in Kubernetes. I’ll also highlight some of the pitfalls I ran into to hopefully have you some time in your learnings. Let’s build and test it locally first Before you build a container-based application, you need an application.