Microsoft Azure
Virtual Machines & Compute Services
Storage Accounts & Storage Services
Azure SQL Database & Database Services
Networking (Virtual Networks, Azure DNS)
DevOps Services (Azure Pipelines, Azure Boards, ARM Templates)
234 topics in this forum
-
In the vibrant and fast-paced history of software development, a few languages have quietly but profoundly reshaped the landscape. Among these is Visual Basic (VB) — a language often underestimated in its influence but undeniably responsible for bringing programming out of the ivory towers of computer science and into the hands of everyday developers, business […] The article Visual Basic: The Language That Brought Programming to the Masses was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 6 views
-
-
As the Executive Vice President of Microsoft’s Cloud + AI Group, Scott Guthrie (aka “ScottGu”, pronounces “Scott Goo”) has quietly yet powerfully shaped the trajectory of one of the world’s largest and most influential cloud platforms—Microsoft Azure. His influence extends beyond corporate growth, playing a pivotal role in transforming cloud computing itself, from enterprise-scale deployments […] The article Big Thinkers: Scott Guthrie – From Innovator of ASP.NET to Azure’s Global Rise was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 7 views
-
-
-
A set of ‘critical’ zero-day vulnerabilities, collectively named IngressNightmare, have been discovered in the widely used Ingress-NGINX Controller for Kubernetes that can result in a ‘full takeover‘ of a Kubernetes cluster! These flaws expose over 6,500 publicly exposed clusters to the risk of unauthenticated remote code execution (RCE) and privilege escalation, putting sensitive data and […] The article IngressNightmare: Critical Zero-Day Kubernetes Vulnerabilities Put Thousands of Clusters at Risk (March 2025) was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 4 views
-
-
There are times when it’s necessary to download the text transcript of a YouTube video using Python. This can be done with the help of the youtube_transcript_api library. Getting access to the text content of YouTube videos can be extremely helpful when using Generative AI and Retrieval Augmented Generation (RAG) to create summarization, analysis, or […] The article Python: Get YouTube Video Transcript from URL for use in Generative AI and RAG Summarization was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 6 views
-
-
-
Azure Storage Accounts are a fundamental part of cloud storage in Microsoft Azure, providing various types of storage services such as blobs, files, tables, and queues. Understanding the total size allocated to a storage account and the usage breakdown per service type is crucial for optimizing costs, managing capacity, and ensuring efficient data storage management. […] The article Get Total Size Allocated to Azure Storage Account (Blobs, Files, Tables and Queues) was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 6 views
-
-
When moving or duplicating Azure Virtual Machines (VMs), you may encounter an issue where the VM’s disk is offline due to a signature collision. This commonly happens when: Since Windows assigns a unique identifier (disk signature) to each disk, if two disks have identical signatures, Windows prevents conflicts by marking one disk as Offline. The […] The article Fixing Disk Signature Collision in Azure VM After Cloning or Using Snapshots with Windows was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 6 views
-
-
Microsoft Azure Service Fabric has been a foundational platform for building and managing microservices-based applications since its release. However, with the rise of Kubernetes and other container orchestration tools, its adoption has seen changes over the years. Additionally, Microsoft introduced Microsoft Fabric, a new data and analytics platform, leading to some confusion between the two […] The article Azure Service Fabric: Is it still relevant? Service Fabric vs Microsoft Fabric? was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 6 views
-
-
-
Microsoft Azure imposes limits and quotas on how many resources of each type you can provision per Azure Subscription, and even per Azure Region. Some limits are a hard maximum, while others are a soft limit that can be increases upon request. When working with Virtual Machines (VMs), Storage Accounts, Databases, and other resources in […] The article Microsoft Azure Resource and Service Limits and Quotas was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 6 views
-
-
-
HashiCorp is now officially part of IBM following their completed acquisition which started almost a year ago. This marks a transformative milestone for the HashiCorp and Terraform communities, promising to usher in a new era of innovation and enterprise-grade cloud solutions with HashiCorp joining the IBM family. Founded over a decade ago by Mitchell Hashimoto […] The article IBM Acquisition of HashiCorp Completed: A New Era for Cloud Innovation was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
-
The need to efficiently search and retrieve documents based on their semantic content is more important than ever—especially when building Generative AI systems that implement the Retrieval Augmented Generation (RAG) design pattern. One robust approach to achieve this is by using vector representations of text data. These vectors, generated using advanced embedding models like Azure […] The article Enhanced In-Memory Text Vector Search in .NET with SharpVector and OpenAI Embeddings was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 1 view
-
-
On February 19, 2025, Microsoft unveiled a revolutionary advancement in quantum computing: the Majorana 1 chip. This cutting-edge processor is built on a novel topological quantum architecture, leveraging the unique properties of the elusive Majorana particle. This breakthrough could propel quantum computing from theoretical research to practical, scalable solutions—an achievement that has eluded scientists for […] The article Microsoft Unveils Majorana 1: A Quantum Leap in Computing was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 1 view
-
-
The Azure Developer CLI (azd) is a powerful tool for accelerating application deployment to Microsoft Azure. While azd defaults to Azure Bicep for Infrastructure as Code (IaC) deployment, you can configure it to work with HashiCorp Terraform too! This enables azd to be configured not just for Terraform deployments, but also to support cloud-agnostic IaC […] The article Configure Azure Developer CLI (azd) for HashiCorp Terraform Infrastructure Deployment was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 1 view
-
-
The React team has officially announced the deprecation of Create React App (CRA) in favor of more modern and efficient tools like Vite and Next.js. If you’ve been using CRA to bootstrap your React applications, now is the time to explore better alternatives that provide improved performance, developer experience, and scalability. Why is Create React […] The article Create React App is Now Deprecated: Time to Migrate to Vite or Next.js was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 1 view
-
-
-
-
Azure Functions is a powerful serverless compute service that enables organizations to build event-driven applications with minimal infrastructure management. While its scalability and flexibility make it an attractive choice for modern cloud applications, managing costs effectively is essential to avoid unexpected expenses. This article explores the key factors influencing Azure Functions pricing and provides a […] The article Azure Functions Cost Considerations and Optimization was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Artificial Intelligence (AI) models have rapidly evolved to perform various tasks ranging from text generation to natural language understanding. Among the different types of AI-driven models, Completions and Embeddings serve distinct purposes. While they both utilize machine learning techniques, their applications and functionality differ significantly. In this article, we’ll explore the differences between completions and […] The article Difference Between Completions and Embeddings in AI Models was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Conclusion Azure Blob Storage, while inherently flat, allows users to simulate a hierarchical directory structure through the use of virtual directories. By incorporating forward slashes (/) in blob names, developers can efficiently organize data, making storage management more intuitive. In this article, we demonstrated how to create and use virtual directories within an Azure Storage […] The article Organizing Azure Blob Storage with Virtual Directories in C# was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
OpenAI has recently unveiled “Deep Research,” an advanced AI agent designed to autonomously conduct comprehensive research by synthesizing vast amounts of online information and executing multi-step tasks. This innovation aims to match the capabilities of human research analysts, delivering detailed reports in a fraction of the time traditionally required. Who Is It For? Deep Research […] The article OpenAI’s Deep Research Agent: Automated Research and Analysis was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Docker has long been the dominant container engine, but it’s not the only one. After all, Kubernetes moved away from Docker several years ago to a different engine. An alternative to Docker for running containers on your local machine has been gaining traction in recent years: Podman. Podman is an open-source container engine developed by […] The article What is Podman and How Does it Compare to Docker? was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 1 view
-
-
Kubernetes is an open-source platform designed to manage, automate, and scale containerized applications efficiently. It has become the go-to solution for orchestrating containers in cloud environments. If you’ve ever wondered how large-scale applications like trading platforms handle fluctuating workloads, Kubernetes is the key player behind the scenes. To better understand Kubernetes, think of an orchestra. […] The article What is Kubernetes? was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Generative AI has revolutionized how we interact with and generate text-based content, but its capabilities are significantly enhanced when paired with Retrieval-Augmented Generation (RAG). RAG enables AI models to pull in external, high-quality sources of information, ensuring more accurate and contextually relevant responses. A crucial component of this process is loading and processing web content, […] The article Load Web Content for Generative AI + RAG Solution as Trimmed Markdown was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 1 view
-
-
Artificial Intelligence (AI) has rapidly become an integral part of modern society, influencing everything from job recruitment to healthcare and criminal justice. However, AI systems are only as good as the data they are trained on. When these datasets lack diversity, AI can inherit and amplify biases, leading to real-world consequences that exacerbate discrimination based […] The article Importance of Diversity of Data in AI Systems was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 1 view
-
-
The recent release of DeepSeek’s R1 model has sent ripples across the global technology landscape, sparking intense discussions about its disruptive potential, trustworthiness, and implications for the future of artificial intelligence. DeepSeek cost roughly $5.6 million to train, as compared to hundreds of millions that it cost OpenAI to train GPT-4o. This groundbreaking AI innovation […] The article Significance of DeepSeek R1 Model: Disruption, Trust, and the Future of AI was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
The MS Cloud IT Pro Podcast episode 367, hosted by Ben Segink and Scott Hoag, dives deep into a crucial IT topic: choosing between Azure Files and a traditional server with an SMB share for file storage in the cloud. This episode is essential for IT professionals navigating cloud migration strategies and balancing infrastructure needs. […] The article Azure Files vs. A Server with an SMB Share: Key Takeaways from MS Cloud IT Pro Podcast Episode 367 was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
On January 8, 2025, Microsoft Azure started experiencing a significant networking outage in the East US 2 region. This outage has impacted a broad range of Azure services (including Azure App Service, VMs, and more!) causing disruptions for businesses relying on these services for critical workloads. As of the time I’m writing this, the issue […] The article Major Azure Networking Outage in East US 2 Affecting VMs, App Service, and More! (Started January 8, 2025) was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 1 view
-
-
As developers and organizations increasingly adopt cloud solutions, streamlining the deployment of applications and infrastructure becomes a critical part of achieving efficiency and scalability. Microsoft’s Azure Developer CLI (azd) addresses this by providing an integrated, open-source command-line tool that accelerates the journey from local development to Azure deployment. Whether you’re a solo developer or part […] The article Introduction to Azure Developer CLI: Accelerate App & Infrastructure Deployment on Microsoft Azure was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 1 view
-
-
Artificial Intelligence (AI) continues to permeate our daily lives, but the way we interact with these systems remains an evolving landscape. In a recent episode of the Hanselminutes podcast, host Scott Hanselman sat down with designer and technologist Maggie Appleton to explore a fascinating question: What is AI’s UI (User Interface)? Their conversation sheds light […] The article What is AI’s UI? Key Takeaways from Maggie Appleton’s Interview on Hanselminutes was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Microsoft has announced the retirement of the azureedge.net domain by January 15, 2025, driven by Edgio’s (formerly Limelight Networks) business closure. This domain underpins Azure CDN services, .NET installations, and content delivery for various Azure and Microsoft services. The shift requires developers and DevOps teams to update configurations, pipelines, and deployment practices to ensure continuity. […] The article Retirement of AzureEdge.net DNS: Edg.io Business Closure and What You Need to Know was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
With Artificial Intelligence and Large Language Models (LLMs), bigger has often better. LLMs like OpenAI’s GPT-4o and Google’s Gemini Pro have dominated headlines for their massive scale and capabilities. However, Microsoft is redefining this narrative with Phi-4, a 14-billion parameter small language model (SLM) that delivers exceptional performance, rivaling models many times its size. Phi-4 […] The article Phi-4: Microsoft’s New Small Language Model Outperforms Giants in AI Reasoning was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
In a world where cyber threats are evolving faster than ever, the need for robust, proactive, and future-focused security measures has never been greater. Enter the Microsoft’s Secure Future Initiative (SFI), a bold multiyear commitment designed to prioritize security across all aspects of the company’s ecosystem. Since its launch in late 2023, the initiative has […] The article How the Microsoft Secure Future Initiative is Safeguarding Our Digital Tomorrow and Here’s Why it Matters was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Enterprises are increasingly adopting multicloud strategies—leveraging a mix of cloud service providers such as Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP)—to optimize costs, enhance resilience, and accelerate their digital transformation journeys. The cloud has become the backbone of innovation, scalability, and operational efficiency. With multicloud being such a large part of […] The article Accelerate Your Multicloud Security Strategy was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 1 view
-
-
Artificial Intelligence (AI) systems, particularly generative models like GPT-4, have transformed numerous industries. However, these models sometimes struggle with accuracy, especially when generating outputs based on limited or outdated training data. Retrieval-Augmented Generation (RAG) is an innovative approach designed to address these challenges, combining the generative strengths of AI with the precision of retrieval systems. […] The article Enhance AI System Accuracy using RAG (Retrieval-Augmented Generation) was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Intelligent multi-agent AI systems stand out as a robust solution for solving problems requiring modularity, scalability, and specialized expertise. The rapid evolution of artificial intelligence has brought about the innovative approach of designing multi-agent AI systems that can tackle complex, dynamic, and distributed tasks. These systems rely on multiple AI agents collaborating to achieve goals […] The article Design of Intelligent, Multi-Agent AI Systems was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Microsoft Fabric and Azure Service Fabric share the term "Fabric" but serve different purposes. Microsoft Fabric is a unified data platform for analytics and integration, while Azure Service Fabric focuses on managing scalable microservices applications. Despite the shared name, they cater to distinct audiences and functionalities within the Microsoft ecosystem. The article Microsoft Fabric vs Azure Service Fabric: Understanding the Differences was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
During Microsoft Ignite 2024, Microsoft announced the public preview of AI Shell, a groundbreaking innovation that integrates artificial intelligence directly into command-line workflows. With this release, Microsoft aims to bridge the gap between traditional shell interactions and the growing capabilities of AI, enabling developers and IT professionals to work smarter and faster. What is Microsoft […] The article New Microsoft AI Shell Public Preview was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Azure AI Agent Service is designed to revolutionize the development and deployment of these AI agents, delivering an enterprise-ready solution tailored to meet the unique needs of modern organizations. Organizations are constantly seeking innovative ways to enhance operational efficiency and streamline workflows. Artificial Intelligence (AI) has emerged as a cornerstone of this transformation, with autonomous […] The article Introducing the new Azure AI Agent Service was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Microsoft has unveiled its first-ever Cloud PC device, the Windows 365 Link, a purpose-built tool designed to enhance the user experience for organizations leveraging Windows 365 Cloud PCs. This compact, fanless device is packed with features aimed at boosting productivity, ensuring security, and simplifying IT management. Here’s a breakdown of everything you need to know […] The article Introducing Windows 365 Link: The First Cloud PC Device for Windows 365 was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
The Microsoft Ignite 2024 conference kicks off next week and I’ve analyzed the full session list to gleam insights into the company’s strategic roadmap for 2025 and beyond. This years conference has an unmistakable emphasis on artificial intelligence, security, and multicloud innovation. The 1,846 sessions hosted at the conference spanning a vast array of tech […] The article Microsoft’s Vision for 2025 and Beyond: Copilot, Responsible AI, Security and Multicloud was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Securing network environments in Microsoft Azure is paramount when organizations migrate their infrastructure and applications to the cloud. Azure, as one of the leading cloud service providers, offers a broad spectrum of security tools and best practices designed to protect resources against a multitude of network threats. Azure network security plays a critical role in […] The article Azure Network Security Best Practices to Protect Your Cloud Infrastructure was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service designed to meet the demands of large-scale, low-latency applications. One of the most critical design choices when using Azure Cosmos DB is understanding and effectively using Partition Keys. These keys impact how your data is stored, accessed, and managed across physical servers, directly affecting performance, […] The article Azure Cosmos DB: Understanding Partition Keys was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
Whether you’re a Site Reliability Engineer (SRE), Cloud Engineer, or IT Admin, you will be required to spin up, configure, and manage all sorts of cloud resources. A code-first approach to Infrastructure as Code (IaC) when deploying and managing cloud resources will offer you and your team many benefits over the long term when it […] The article Benefits of Code-First Infrastructure Deployments with HashiCorp Terraform and Azure Bicep was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 3 views
-
-
The adoption of Artificial Intelligence (AI) and Large Language Models (LLMs) is rapidly increasing, and these technologies are being harnessed across various sectors to drive innovation, streamline operations, and enhance productivity. Generative AI, in particular, has emerged as a transformative technology, capable of creating new content, making predictions, and providing insights that were once the […] The article How is AI Trained? Is My Data Safe with Generative AI, Copilot and OpenAI Solutions? was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 34 views
-
-
Functions in HashiCorp Terraform are integral to making your configurations flexible, efficient, and maintainable. They are pre-defined operations that can be used within expressions to transform and combine values. These functions can manipulate strings, perform mathematical calculations, and handle complex data structures like maps and lists, among other tasks. These functions can also be combined […] The article Terraform Functions and Expressions Explained was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 42 views
-
-
What’s the difference between HashiCorp’s Terraform and OpenTofu? This is a tale that starts with HashiCorp first developing Terraform, the popular open source, multi-cloud, Infrastructure as Code (IaC) tool, and then eventually close sourcing it. As a result, the community forked the most recent open source Terraform version and spun it off into OpenTofu. Let’s […] The article Terraform vs OpenTofu: What’s the difference? was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 21 views
-
-
Generative AI has emerged as a groundbreaking technology, transforming how we create content. From text and images to music and software code, generative AI models can produce original outputs that often resemble human creativity. For newcomers to the topic, understanding the fundamentals, applications, and implications of generative AI is crucial. Imagine a world where a […] The article What is Generative AI? was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 44 views
-
-
Chances are you or your manager thinks you’re doing DevOps. But what if you’re doing it wrong? Do you really know what DevOps is? After all, you have a DevOps team, or DevOps tools, right? DevOps is more than a buzzword or a trendy methodology. It’s a fundamental shift in how organizations approach software development […] The article Top 7 Signs You’re Doing DevOps Wrong was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 26 views
-
-
One of the core strengths of Terraform is its rich set of built-in functions, which empower users to create flexible and reusable configurations. Among these functions, the Terraform merge function is particularly powerful, enabling the seamless combination of multiple maps or objects into a single, cohesive unit. This chapter delves into the nuances of the […] The article Using the Terraform ‘merge’ Function was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 42 views
-
-
Building Microservice and Serverless architectures demand different design patterns to be used that other traditional application architectures. Even the older SOA (Service Oriented Architecture) design has different demands than the newer Microservices and Serverless solutions do today. Due to these differences, there are different things to keep in mind when building Microservice and Serverless architectures […] The article Azure Functions Best Practices for Performance, Reliability and Security was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 38 views
-
-
The automotive industry is constantly advancing with new technology integrations, and Audi is taking a significant leap forward with the utilization of ChatGPT, an advanced generative AI developed by OpenAI, into its vehicles. This move not only promises to enhance the user experience but also showcases the potential of AI in transforming the automotive industry. […] The article Revolutionizing the Drive: Audi’s ChatGPT Automotive Integration was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 51 views
-
-
OpenAI’s GPT-4o Mini represents a significant advancement in the field of artificial intelligence, combining high performance with cost efficiency. This model is designed to make advanced AI capabilities more accessible to a broader audience, addressing the needs of businesses, developers, and researchers who require powerful AI tools without the high cost typically associated with such […] The article GPT-4o Mini: Advancing Cost-Efficient AI was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 39 views
-
-
CrowdStrike, in an effort to mitigate the widespread disruption caused by the recent CrowdStrike content bug, they have launched a comprehensive “Remediation and Guidance Hub.” This initiative comes in response to the catastrophic crash of approximately 8.5 million Windows computers globally, attributed to a problematic update from CrowdStrike’s Falcon platform. The hub aims to provide […] The article CrowdStrike Launches Guidance Hub for Dealing with Windows Outage was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 37 views
-
-
Microsoft has released a recovery tool designed to aid IT administrators in fixing Windows machines affected by the recent CrowdStrike Falcon agent issue. This problem led to widespread Blue Screen of Death (BSOD) errors, impacting approximately 1% of Windows machines globally! What is the Recovery Tool? The recovery tool creates a bootable USB drive, enabling […] The article Microsoft Released CrowdStrike Recovery Tool to Help Repair Affected Windows Machines was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 33 views
-
-
The world of cybersecurity faced a catastrophic event recently when a CrowdStrike bug led to the crashing of 8.5 million PCs, approximately 1% of all Windows machines. The incident affected many industries, including: airlines, hospitals, governments, 911 operators, and more! The fallout from this incident has left tech experts and businesses scrambling to understand the […] The article CrowdStrike Crashed 8.5 Million Windows PCs Globally, estimated by Microsoft was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 40 views
-
-
The recent CrowdStrike bug that took out 1% of Windows machines (approx. 8.5 million PCs) globally, the question of why Antivirus apps use Kernel Mode has come up for many. This article sheds some light into the reasoning behind why these programs need to operate at the Kernel Mode level within the Windows operating system. […] The article Why Antivirus Uses Kernel Mode in Windows was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 40 views
-
-
On July 18, 2024, CrowdStrike released a update with a bug that significantly impacted Windows machines globally, including virtual machines (VMs) running on multiple cloud platforms, such as Microsoft Azure, AWS, and Google Cloud. The problem originated from an update to the CrowdStrike Falcon agent, which led to unresponsiveness, blue screens (BSOD) and startup failures […] The article Understanding the CrowdStrike Bug, Impact on Microsoft Azure, and Global Windows Outage was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 36 views
-
-
Azure Private Link offers several benefits, including enhanced security, simplified network architecture, and improved performance. It supports various Azure services like Azure Storage and Azure SQL Database, allowing organizations to maintain the privacy and integrity of their data. Moreover, Azure Private Link seamlessly integrates with Azure Virtual Networks (VNets), on-premises networks and supports global connectivity, […] The article What is Azure Private Link and How to Deploy with Terraform was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 30 views
-
-
Choosing the right database solution is critical for the performance and scalability of your applications. When working with NoSQL, Table data and Microsoft Azure, two prominent options for table storage are Azure Cosmos DB for Table and Azure Table Storage (aka Azure Storage Tables). Both services provide robust solutions for storing semi-structured table data, but […] The article How to Choose Between Azure Cosmos DB for Table and Azure Table Storage was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 30 views
-
-
The cloud is the standard for hosting applications and workloads. However, only a small percentage of organizations realize the full benefits such as cost reduction, enhanced resilience, and new revenue streams. Often, this is due to the complex nature of cloud environments. The HashiCorp Infrastructure Cloud aims to address these challenges, providing a unified platform […] The article What is The HashiCorp Infrastructure Cloud? was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 30 views
-
-
Phidata is a Python framework designed for creating AI assistants that leverage Large Language Models (LLMs), memory, knowledge, and tools. If you’ve ever wanted to create intelligent assistants capable of performing a range of tasks autonomously, you’re in the right place. This article walks through the process of setting up your environment for using Phidata, […] The article Introduction to Building AI Agents with Phidata and Python was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 29 views
-
-
OpenAI’s recent acquisition of Rockset is a significant milestone in the AI and data management sectors. This acquisition is poised to bolster OpenAI’s capabilities in real-time analytics and data processing, critical areas for advancing AI technology. The acquisition of Rockset, a company renowned for its real-time analytics platform, aligns with OpenAI’s mission to enhance its […] The article OpenAI Acquires Rockset: A Strategic Move in AI and Data Processing was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 29 views
-
-
LangChain is a tool for more easily creating AI agents that can autonomously perform tasks. These agents can streamline operations, enhance user experiences, and handle complex processes with minimal human intervention. Building these AI agents can be difficult and this is the reason for why LangChain exists. LangChain is a cutting-edge framework designed to simplify […] The article Introduction to Building AI Agents with LangChain and Python was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 22 views
-
-
Artificial Intelligence (AI) and the use of Large Language Models (LLMs) has transformed numerous fields, from healthcare to entertainment, by enabling machines to understand and generate human-like text. However, one significant challenge in deploying AI, especially LLMs, is the phenomenon of AI “hallucinations.” These are instances where the AI generates plausible-sounding but factually incorrect or […] The article Detecting AI Hallucinations using Semantic Entropy was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 24 views
-
-
AI Agents are more advanced implementations of artificial intelligence (AI) built to more autonomously perform tasks, make decisions, and interact with users or other systems. These agents are designed to simulate human-like “cognitive” functions, enabling them to process information, learn from interactions, and adapt to new scenarios without direct human intervention. Where’s the AI intelligence […] The article What are AI Agents and Agentic AI? was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 23 views
-
-
Microsoft Semantic Kernel is an innovative, open-source SDK designed to seamlessly integrate Large Language Models (LLMs) with conventional programming languages like C#, Python, and Java. By utilizing Semantic Kernel, developers can create powerful, AI-driven applications without needing to become AI experts. This introduction will guide you through the fundamental concepts, features, and benefits of using […] The article Introduction to Building AI Agents with Microsoft Semantic Kernel was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 39 views
-
-
Artificial Intelligence (AI) is transforming the landscape of modern enterprises, driving innovation, enhancing operational efficiency, and unlocking new avenues for growth. As businesses strive to harness the full potential of AI, having an AI-ready infrastructure becomes paramount. Microsoft Azure stands out as a leader in this domain, offering a comprehensive suite of tools and services […] The article Build an AI-Ready Infrastructure in Microsoft Azure was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 27 views
-
-
Cloud computing has revolutionized how organizations manage and deploy their IT resources, offering unparalleled scalability, flexibility, and cost-efficiency. As businesses increasingly migrate their applications and data to the cloud, understanding the best migration strategies becomes crucial. This article introduces the 7 Rs of cloud migration, a comprehensive framework designed to guide organizations through the complexities […] The article The 7Rs of Cloud Migration: Guide to a Seamless Migration Strategy was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 30 views
-
-
Microsoft Learn Applied Skills credentials are not replacing Microsoft Certifications. Microsoft is expanding their credentialing portfolio to cater better to learners and customers, allowing validation of specific skill sets with this new offering. Microsoft Certifications are continuing to be role-based, and still assess a broad range of skills essential for success in key roles within […] The article Are Applied Skills Replacing Microsoft Certifications? was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 33 views
-
-
Diagram: How Does RAG Work? The article What is Retrieval Augmented Generation (RAG)? was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 40 views
-
-
Running jobs on specific branches with GitHub Actions is a common scenario implemented by DevOps and SRE professionals. This allows you to control which branches trigger specific jobs within your workflows. This can be important for maintaining efficient CI/CD processes, especially if you want tests to run on every branch while restricting deployment actions to […] The article Configuring GitHub Actions to Run Jobs on Specific Branches was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 39 views
-
-
How to get the current branch name in GitHub Actions can be useful for workflows that trigger off of multiple branches of a GitHub repository. The reason this can be useful is that the branch name may be important to mark or tag the code release in some way (i.e. tag a docker image), or […] The article GitHub Actions: Get Current Branch Name for Git Repo was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 33 views
-
-
A few times I’ve found the need to setup a GitHub Actions workflow that downloads a file and commits that file back to the repository. I had a need to pull in a JSON file and update it periodically to a GitHub repository. There are other scenarios where this may be needed. This article will […] The article GitHub Actions: Download File and Commit to Repository was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 28 views
-
-
Terraform provides functions to manage and manipulate IP addresses and CIDR blocks. These functions are crucial for network automation and orchestration in cloud environments, enabling users to create, manage, and allocate network resources efficiently. This article shows how to use the Terraform IP functions, along with some practical examples to help you get the most […] The article Terraform IP Functions for Managing IP Addresses, CIDR Blocks, and Subnets was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 43 views
-
-
The Terraform lookup() function provides a powerful feature that can be used to implement more flexible and easily configurable infrastructure configurations. The lookup() function is essential for retrieving values from maps dynamically. This article explains Terraform maps, in case you’re not familiar yet, and the explores the Terraform lookup() function with usage examples and a […] The article Terraform Lookup Function – Usage and Examples was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 34 views
-
-
While HashiCorp Terraform is a single executable, it’s really useful to install it on the local machine so the terraform.exe executable can be run from anywhere. To do this, Terraform needs to be downloaded, placed somewhere on the local machine, and then that path must be added to the system PATH environment variable. I’ve done […] The article PowerShell: Automate Terraform Install on Windows was originally published on Build5Nines. To stay up-to-date, Subscribe to the Build5Nines Newsletter. View the full article
-
- 0 replies
- 37 views
-
-
The ability to efficiently search and retrieve documents based on their semantic content has become increasingly important; especially when it comes to building Generative AI systems that implement the Retrieval Augmented Generation (RAG) design pattern. One powerful approach to achieving this is through the use of vector representations of text data, which enables similarity search […] The article Perform Vector Database Similarity Search in .NET Apps using Build5Nines.SharpVector appeared first on Build5Nines. View the full article
-
- 0 replies
- 42 views
-
-
The Internet of Things (IoT) industry has continued to grow and become more pervasive in people’s everyday lives these last few years. There are MANY useful applications for IoT devices and solutions in both the consumer and industrial space. Some of the solutions we’ve become accustomed to are smart speakers, cameras, Amazon Alexa, and many […] The article Administrator’s Introduction to Azure IoT appeared first on Build5Nines. View the full article
-
- 0 replies
- 32 views
-
-
The functions built into and supported by HashiCorp Terraform include the yamldecode and yamlencode functions for working with YAML data. These functions enable seamless integration and manipulation of YAML within Terraform configurations, enhancing the flexibility and manageability of infrastructure setups. This article explains their usage, and provides some practical applications. Decoding YAML with yamldecode Function […] The article Working with YAML in Terraform using the `yamldecode` and `yamlencode` Functions appeared first on Build5Nines. View the full article
-
- 0 replies
- 34 views
-
-
Microsoft Copilot for Azure is an AI-powered tool designed to enhance your efficiency and productivity when working with Azure. Leveraging advanced Large Language Models (LLMs) and the Azure control plane, Copilot for Azure provides deep insights and simplifies the management of Azure services and resources. It aims to streamline operations across both cloud and edge […] The article Introducing Microsoft Copilot for Azure appeared first on Build5Nines. View the full article
-
- 0 replies
- 36 views
-
-
When managing a website, it’s crucial to ensure a seamless user experience, even when things go wrong. One common scenario is the 404 Not Found error when a visitor tries to access a page that doesn’t exist. Instead of having your visitor see the default Azure Static Web App “not found” page, you can configure […] The article Configure Custom 404 Not Found Page with Azure Static Web Apps appeared first on Build5Nines. View the full article
-
- 0 replies
- 34 views
-
-
Scott Guthrie’s talk, “Next Generation AI for Developers with the Microsoft Cloud,” highlighted significant advancements and tools for developers leveraging AI and the Microsoft Cloud. Here’s a TLDR to give you a quicker way to stay updated on all the key announcements. Notable Moments from Scott Guthries Talk Here’s are several notable moments from Scott […] The article TLDR: Next Gen AI for Developers with Microsoft Cloud by Scott Guthrie at Microsoft Build 2024 appeared first on Build5Nines. View the full article
-
- 0 replies
- 97 views
-
-
During the Microsoft Build 2024 keynote, CEO Satya Nadella delivered a comprehensive overview of Microsoft’s vision and advancements in artificial intelligence (AI). Addressing a global audience, Nadella emphasized how AI is set to transform every aspect of our digital and physical lives, making technology more accessible, efficient, and integrated into daily activities. The presentation covered […] The article TLDR: Microsoft Build 2024 Keynote with Satya Nadella appeared first on Build5Nines. View the full article
-
- 0 replies
- 39 views
-
-
HashiCorp Terraform is an extremely powerful IaC tool for managing Microsoft Azure infrastructure through code, from the command-line, and from CI/CD tools like GitHub Actions or Terraform Cloud. Terraform is great for managing and deploying the configurations for Microsoft Azure resources, but tools like the Azure Portal are still needed to view the real Azure […] The article Terraform: Output URL to Azure Portal for Azure Resources appeared first on Build5Nines. View the full article
-
- 0 replies
- 56 views
-
-
In today’s rapidly evolving digital landscape, enterprises face a constant barrage of cybersecurity threats. As organizations increasingly turn to cutting-edge technologies like Generative Artificial Intelligence (AI) and Large Language Models (LLMs) to drive innovation and efficiency, it’s crucial to ensure that robust security measures are in place. By applying the principles of Zero Trust, enterprises […] The article Zero Trust Security Principles for Generative AI & LLMs in the Enterprise appeared first on Build5Nines. View the full article
-
- 0 replies
- 55 views
-
-
Keeping up with GitHub requires lots of skill mastery. GitHub is a platform used by over 100 million developers worldwide and offers a suite of certifications designed to elevate your development prowess and demonstrate your mastery of its powerful tools. Whether you’re a software developer, DevOps Engineer, SRE, security specialist, or IT professional, GitHub’s certifications […] The article GitHub Certifications – Prove Your Expertise appeared first on Build5Nines. View the full article
-
- 0 replies
- 33 views
-
-
Artificial Intelligence (AI) is all the buzz today! But, what does LLM, SLM, Copilot, GPT, ML, NLP and all the other acronyms and terms in the AI space really mean? AI tools are quickly becoming an integral part of every Developers, DevOps Engineers, and Site Reliability Engineers (SREs) daily workflow. AI literacy and understanding key […] The article Top 10 Must-Know AI Terms for Developers, SREs, and DevOps Engineers appeared first on Build5Nines. View the full article
-
- 0 replies
- 39 views
-
-
Microsoft recently released the new Phi-3-mini SLM (small language model), and I previously wrote about running Phi3 locally using Ollama. I’ve been exploring the world of hosting AI models in code lately, and this stuff is getting really interested. It turns out that among the tools to run AI models locally, there are developer tools […] The article Build a Generative AI App in C# with Phi-3-mini LLM and ONNX appeared first on Build5Nines. View the full article
-
- 0 replies
- 38 views
-
-
A hub-and-spoke network topology is a popular design pattern used to manage and control network traffic when deploying enterprise workloads to Microsoft Azure. This article will guide you through deploying a hub-and-spoke network in Microsoft Azure using HashiCorp Terraform. We will cover the basic concepts, provide sample Terraform code, discuss security best practices to ensure […] The article Deploying Hub-and-Spoke Network Topology in Microsoft Azure using Terraform appeared first on Build5Nines. View the full article
-
- 0 replies
- 31 views
-
-
The Google I/O 2024 Keynote was a showcase of technological innovation, underscoring Google’s relentless pursuit of excellence in artificial intelligence (AI). With CEO Sundar Pichai, the event was a celebration of the significant strides made in the past year and a glimpse into the future of AI-driven advancements. Central to the keynote was the Gemini […] The article TLDR: Google I/O 2024 Keynote appeared first on Build5Nines. View the full article
-
- 0 replies
- 37 views
-
-
The Azure CLI az storage blob upload command can be used to upload a local file into Azure Blob Storage. However, there are times when it would be easier to upload a file straight from the HTTP(S) URL into Azure Blob Storage. Unfortunately the Azure CLI does not have a command for this specific scenario, […] The article Upload File from URL to Azure Blob Storage using Azure CLI with Bash and PowerShell appeared first on Build5Nines. View the full article
-
- 0 replies
- 26 views
-
-
In the ever-evolving landscape of technology, the role of DevOps Engineers is becoming increasingly complex and critical. As organizations strive for higher reliability and performance, increased automation workflows, and smoother release processes, the integration of generative AI technologies, such as those offered by Azure OpenAI, is revolutionizing the realm of DevOps. DevOps Engineers can now […] The article Empowering DevOps Engineers with Generative AI through technologies like Azure OpenAI appeared first on Build5Nines. View the full article
-
- 0 replies
- 37 views
-
-
Today, OpenAI announced the the new GPT-4o multi-modal model that integrates text, video, and audio capabilities. This new GPT-4o version raises the standard for generative and conversational AI. This new version has some really amazing AI features, like real-time speech translation, and conversational interaction capabilities with vision and audio support. While OpenAI is releasing the […] The article OpenAI GTP-4o Now Available in Azure OpenAI Service appeared first on Build5Nines. View the full article
-
- 0 replies
- 42 views
-
-
There are many times when scheduled triggers are very useful when configuring GitHub Actions workflows. Luckily, GitHub Actions supports the ability to configure scheduled triggers that includes support for using cron expressions to define the schedule timing. In this article, we’ll look at configuring scheduled triggers on GitHub Actions workflows and a few tips on […] The article Configure Scheduled Trigger in GitHub Actions using Cron expression appeared first on Build5Nines. View the full article
-
- 0 replies
- 40 views
-
-
In this article, we’ll explore how to integrate the Azure Storage SDK into a .NET application. We’ll cover the steps to read and write blobs from Azure Storage, and we’ll also discuss how to obtain your Storage Account Key. By the end of this guide, you’ll have a simple command-line application that can interact with […] The article Read and Write Azure Blob Storage with C# appeared first on Build5Nines. View the full article
-
- 0 replies
- 42 views
-
-
In this article, we’ll explore how to integrate the Azure Storage client library for Javascript into a Node.js application. We’ll cover the steps to read and write blobs from Azure Storage, and we’ll also discuss how to obtain your Storage Account Key. By the end of this guide, you’ll have javascript code that can interact […] The article Read and Write Azure Blob Storage with Javascript appeared first on Build5Nines. View the full article
-
- 0 replies
- 45 views
-