In today’s data-driven world, organizations rely heavily on cloud-based analytics platforms like Azure Synapse Analytics to process and analyze large volumes of data. As data plays a crucial role in decision-making and business operations, it is essential to have robust… Read More ›
Azure
Create An Azure QnA Maker Bot
QnA Maker is a cloud-based Natural Language Processing (NLP) service that enables developers to build, train and publish a sophisticated bot using FAQ pages, support websites, product manuals via a simple user interface or REST APIs. The ability to create… Read More ›
Access Cosmos DB data from an MVC Application
Azure Cosmos DB is a fully managed globally distributed multi-model data service. Developers can leverage its capabilities of low latency, 99.99% high availability, predictable throughput, and multiple well-defined consistency models to develop applications that need faster reads and write from… Read More ›
Storing Stream Data from IoT Hub into Azure Cosmos DB
In my earlier post, I had discussed on how to integrate Event Hubs/IoT Hubs with Power BI via Stream Analytics . There were few questions on how to store the stream data in storage account. Storing stream data without proper… Read More ›
Deploying Automated ML for Azure Machine Learning Models
Azure Machine Learning is a cloud service that enables Machine learning professionals to efficiently manage the machine learning project lifecycle in a secure environment. Azure Machine Learning provides a robust ecosystem that includes not just a number of tools to… Read More ›
Recognise Text in Images using Computer Vision
The Computer Vision API in Azure Cognitive Service allows developers to increase content discoverability and automate text extraction by analyzing rich visual content in photos and live-videos without prior machine learning experience. Visual data processing can be used to label… Read More ›
Anomaly Detection in Time Series Data using Azure Cognitive Services
An anomaly is a data point that does not follow the majority of data points’ collective common pattern and hence stands out from the rest of the data. These unusual or anomalous events can be detrimental to any corporation that… Read More ›
Translate Non-English Text to English using Azure Cognitive Services
Data analysis for web applications that serve various geographies is often a time-consuming and difficult task. This would necessitate a large team of multilingual experts. Furthermore, human translation is impractical to use in circumstances where the volume of content, the… Read More ›
Masking Personally Identifiable Information(PII) Data Using Azure Cognitive Service
Protecting Personally Identifiable Information (PII) is a major responsibility for any organization. PII Data encryption can protect consumers from credit loss and identity theft, as well as save the company money, legal and enforcement penalties, and even bankruptcy. With the… Read More ›
Perform Build and Release in a Single YAML File
Azure Pipelines is a cloud service that helps developers and administrators simplify the end-to-end deployment of applications and resources to Azure. Azure Pipeline provides continuous integration (CI) and continuous delivery (CD) capabilities to help the users consistently build, test, and… Read More ›