Readers will learn how to effectively integrate Azure OpenAI Service into their ASP.NET Core applications, enabling them to harness the power of advanced AI models. This integration can significantly enhance user experience by providing intelligent features such as text generation, summarization, and language translation. A basic understanding of ASP.NET Core and Azure services is required to follow along with the implementation details.
azure
All blogs tagged with azure
Showing 9 of 9 articles
This article provides a comprehensive guide to implementing Microsoft Azure Active Directory (AD) Authentication in ASP.NET Core applications, focusing on enterprise Single Sign-On (SSO) solutions. Understanding Azure AD is crucial for developers looking to secure their applications and streamline user authentication in enterprise environments. Readers should have a basic understanding of ASP.NET Core and cloud concepts to fully grasp the implementation details.
This blog post will guide you through the process of setting up a complete Continuous Integration and Continuous Deployment (CI/CD) pipeline for an ASP.NET Core application using Azure DevOps. Understanding CI/CD is crucial for modern software development as it automates the build, test, and deployment processes, ensuring faster and more reliable software delivery. Prior knowledge of ASP.NET Core and Azure DevOps basics will be beneficial as we delve deep into this intricate topic.
This blog post provides a comprehensive guide to integrating Azure Blob Storage with ASP.NET Core applications for efficient file management. Understanding this integration is crucial for developers looking to build scalable and cost-effective solutions for storing and retrieving large amounts of unstructured data. Familiarity with ASP.NET Core and Azure services will help you grasp the concepts discussed here.
In this article, we'll explore how to integrate Microsoft Azure Translator API into an ASP.NET MVC application to translate website text dynamically.
Office 365: Migrating and Managing Your Business in the Cloud
How to delete files to Azure Blob Storage in an ASP.NET Core Web
How to upload files to Azure Blob Storage in an ASP.NET Core Web
How to use Azure Blob Storage in an ASP.NET Core Web API to list, upload, download, and delete files