Forum Widgets
Latest Discussions
Youtube Playlists for Microsoft Learn
AZ‑104: Microsoft Azure Administrator - https://youtube.com/playlist?list=PLahhVEj9XNTcj4dwEwRHozO3xcxI_UHYG&si=-NI8s2LrtAPnve7U AZ‑305: Azure Infrastructure Solutions Architect - https://youtube.com/playlist?list=PLahhVEj9XNTejs0fgXT6HXaj_a_qsUoKa&si=9BP72lGdCI16D39B AZ‑500: Azure Security Technologies - https://youtube.com/playlist?list=PLahhVEj9XNTfrVnZaub9jEgN9tmH1T6-r&si=XuMJPuXTYfRLo6S2 AZ‑204: Developing Solutions for Microsoft Azure - https://youtube.com/playlist?list=PLahhVEj9XNTcQ-rtUyuly3KpWFP9xzp7A&si=Cgjb66Y1gQWHpJuG AZ‑700: Designing and Implementing Microsoft Azure Networking Solutions - https://youtube.com/playlist?list=PLahhVEj9XNTdToCofwwCsHyu-PkVztyz7&si=F6ei0OsCsQbgiM-ElukemurraynzJul 08, 2025Learn Expert139Views4likes1CommentBlogsite AI Voice Answer machine
Hi all, I wanted to quickly to write to show how I thought about building a system based on Azure to allow my blogsite to answer questions about a blog post that a reader may suddenly have in their mind while reading through the post to extend learning. The basic flow is: -User loads a blog post -On load, the page populates 3 buttons a third of the way in the page, each with randomly AI generated questions related to the page that a reader might ask about the page content -On clicking a button, the question is answered through voice, with the answer being 'just' enough to answer the question without being over-bearing (at least that's my feeling!) The architecture is constructed as the following: I wrote in full on how I did this for my blog here : https://www.imaginarium.dev/voice-ai-for-blog/ I wanted to perhaps hear on if I was missing anything here on the design, security considerations particularly on the Azure side? Any ways to improve on the AI Voice implementation? I'm using the Azure OpenAI neural voices at the moment. Gemini voices lately are really good too!! I even thought about using a custom neural voice of my own but I ran into issues when trying to do that within Azure due to not having an enterprise subscription readily available to be allowed this capability. Thoughts?BatsiraiJul 07, 2025Copper Contributor37Views0likes0Comments- lukemurraynzJun 29, 2025Learn Expert27Views0likes2Comments