
Muralidharan Deenathayalan
Director - Solution Architecture & Technology, www.ryvalx.com
Coimbatore, India
Actions
🚀 Technology & Engineering Leader | Cloud | AI | Digital Transformation
As a technology leader with 16+ years of experience, I specialize in architecting scalable, cloud-native platforms, integrating AI/ML for intelligent automation, and leading high-performing engineering teams. I thrive on solving complex challenges, modernizing enterprise systems, and driving digital transformation to unlock business value.
🎯 Key Contributions & Impact
✅ Enterprise Cloud Innovation – Designed multi-tenant SaaS solutions using Azure (Functions, EventHub, SQL) & AWS, optimizing cloud cost and scalability.
✅ AI-Driven Solutions – Integrated LangChain & OpenAI for natural language interaction with databases, ensuring security and governance.
✅ Legacy Modernization – Transformed monolithic applications into microservices with event-driven architectures, enabling seamless scaling.
✅ Enterprise Solutions – Built Power Platform applications with custom connectors & OAuth2, reducing process time by 40%.
✅ Engineering Leadership – Fostered high-performance tech teams, driving best practices in cloud, DevOps, and AI adoption.
💡 Passionate About:
🔹 Scalable Cloud-Native Solutions
🔹 Real-World AI & ML Integrations
🔹 Technical Leadership & Team Building
🔹 Community Engagement & Thought Leadership
Let’s connect! I enjoy collaborating on AI-driven cloud solutions, software architecture, and innovation strategies.
I am a curious and adventurous person who enjoys long drives and exploring new places. I am also fascinated by aquariums and love to visit them whenever I travel.
Area of Expertise
Topics
Hands-on with Azure SQL binding for Azure Functions
Azure Functions can now interact with SQL databases through input and output bindings for Azure SQL or On-premises SQL. With Azure SQL bindings, data can be input from a database to the function with an input binding and data can be output from the function to the database. Configuring these bindings is accomplished with a small number of parameters, including the specification of the database query or table and the connection string.
In today's session, we will build a simple Azure Function for both SQL Input and Output bindings.
Build hybrid apps with .NET MAUI
In this session, we'll explore why a hybrid web approach is useful for building native apps with .NET MAUI in .NET 9. We'll have a hands-on session with Blazor hybrid, showing how to create native apps for Windows, Mac, iOS, and Android with a single codebase using web skills. We'll also look at the new HybridWebView control and how to use other web frameworks within .NET MAUI.
AI-Powered Frontend Development: From Copilots to Component Generation
In this dynamic session, we'll explore how AI is revolutionizing frontend development, from intelligent code completion to complete component generation. Learn how to leverage AI tools to accelerate your development workflow, improve code quality, and stay ahead in the rapidly evolving frontend landscape. Through live demonstrations and practical examples, you'll discover how to effectively integrate AI assistants into your daily development process.
Key Learning Outcomes:
* Master prompt engineering techniques for optimal results with GitHub Copilot and similar AI assistants
* Learn to efficiently generate and customize components using AI tools like v0.dev
* Understand best practices for reviewing and optimizing AI-generated code
* Develop strategies for successful team adoption of AI development tools
FDA-Compliant Review Workflows with Power Platform: Ensuring 21 CFR Part 11 Compliance
In this presentation, we'll explore the creation of FDA-compliant approval workflows within the Microsoft Power Platform, with a specific focus on meeting the stringent requirements of 21 CFR Part 11. Our journey will encompass:
1. Developing a streamlined approval workflow in Power Automate
2. Constructing a custom approval component using the Power Platform Component Framework
3. Deploying and demonstrating this component in action
21 CFR Part 11 is a crucial FDA regulation governing electronic records and electronic signatures in the life sciences and healthcare industries. It ensures the authenticity, integrity, and confidentiality of electronic records, making it indispensable for organizations handling sensitive medical data or developing pharmaceutical products.
A key challenge in achieving 21 CFR Part 11 compliance within the Power Platform environment is the authentication process. While Power Platform typically utilizes silent Single Sign-On (SSO), compliant workflows demand explicit user authentication, including username, password, and Multi-Factor Authentication (MFA).
To address this, we've developed an innovative custom component that initiates the Microsoft login page, enabling full user authentication with MFA without disrupting current login sessions. This solution bridges the gap between Power Platform's standard authentication and the rigorous requirements of 21 CFR Part 11.
By implementing these FDA-compliant workflows, organizations can ensure regulatory adherence, mitigate risks, and maintain the highest standards of data integrity and security in their digital processes.
Some key takeaways include:
1. The solution ensures compliance with 21 CFR Part 11 while leveraging existing Microsoft investments, providing a cost-effective approach to meeting regulatory requirements.
2. It offers enhanced data integrity and security measures, crucial for organizations handling sensitive medical or pharmaceutical data.
3. The streamlined operations and reduced human error can lead to faster time-to-market for regulated products, providing a significant competitive advantage.
Required : Azure AD (Entra access), Power Platform, VSCode, MSBuild, Power Platform CLI components.
Zero to Hero on Azure Functions Security
This session will help you to understand how developers can leverage Azure security features to build a secured Azure Functions app with a live demo application.
In the current digital world, security and privacy are essential. Mostly the data transferred via REST API and developing REST APIs are simplified with the help of Azure Functions. We need to ensure the data transmitted to the outside is secured & followed governed way by the caller rather than anonymous users. This is where we need to implement security on Azure Functions and ensure the Azure Functions are called by authenticated users. In this session, we will dive into the Azure Functions security options, harden your Azure Functions via Azure API & developer best practices.
Create a custom PDF Connectors with Azure Functions and Power Platform: It's Easier Than You Think!
Remote work and automation technology are transforming the way we work, especially in the area of workflow approval processes. These processes are essential in all organizations of all sizes, and automating them can reduce reliance on paper-based approvals and improve efficiency.
Generating PDF documents as part of the audit trail is important during the approval process. This can be done using Adobe Acrobat or other PDF tools like Plumsail, but these tools can be expensive.
Azure Functions is a quick and cost-effective way to generate PDF documents on demand using open-source PDF toolkits like PDFTK. Azure Functions can be exposed as an API, which allows developers to create custom PDF connectors that can be consumed in Power Platform and Logic Apps.
In this session, we will develop a live PDF connector and consume it in Power Platform and Logic Apps.
What, why and how with Azure Chaos Studio !
I am proud to introduce Azure Chaos Studio, the first service of its kind that helps you to perform fault injection on your azure resources (we are talking about network, storage, compute, deployment…) in a safe and controlled way. Imagine the ability to control which faults happen how often and which resources are affected. That's what Azure Chaos Studio does!
You can use Azure Chaos Studio to find and fix potential issues in your Azure environment by injecting controlled faults into your resource, such as disabling a virtual machine or deleting a website. In this way, you can identify weaknesses before the real crisis happens.
Azure Chaos Studio provides a complete automated framework with pre-built functionalities to orchestrate controlled faults, analyse the resilience of your resources, and detect if your deployment is meeting its service level commitments.
In this session, I will show you how Azure Chaos Studio lets you better understand the resiliency of your cloud solutions by balancing risk with reward. You will learn about the range of benefits that Azure Portal can provide when performing chaos experiments.
Twitter Sentiment Analysis using Azure Stream Analytics
In this session, you will learn about sentiment analysis, a new market research method that relies on tweets to understand people's feelings, emotions and attitudes towards a product or brand using Azure Stream Analytics.
Sentiment Analysis is widely used for analyzing opinions, views and conversations on particular topics. Use Twitter Sentiment Analysis for understanding insights from different tweets and get qualitative data. Get up-to-date information on sentiments and trends to make better decisions.
Implementing Dependency Injection (DI) on Azure Functions
Azure Functions supports the dependency injection (DI) software design pattern, which is a technique to achieve Inversion of Control (IoC) between classes and their dependencies. Dependency injection in Azure Functions is built on the .NET Core Dependency Injection features.
In today's session, we will build a simple Azure Function with Dependency Injection.
What is Jupyter Notebooks and why I should care about it?
Jupyter Notebooks is a open source tool and heavily used to develop and execute ML code in the browser or VS code(via extension). Any Jupyter Notebooks document can contain text, images, computational inputs and outputs. In this we will see, how Jupyter Notebooks helps ML developer in Azure Machine Learning environments.
What Azure Data Studio, notebook SQL and why I should care about it?
What is Azure Data Studio,SQL Notebook and why I should care about it?
On November 15, 2017 Microsoft launched a new tool called Azure Data Studio to run on-demand SQL queries, view and save results as text, JSON, or Excel.
ADS (Azure Data Studio) is a cross-platform database tool to manage on-premises and cloud data platforms on Windows, MacOS, and Linux.
ADS provides rich, modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal.
It designed mainly for data platform users in mind and it has built in visualization of query result sets.
ADS is not a replacement for SSMS and both has different features and options.
Lets quickly compare the features of SSMS and ADS.
What is Jupyter notebooks and what is the use of it?
What is notebook SQL and it useful in Azure Data Studio?
Introduction and Hands on experience with Azure Stream Analytics
Azure Stream Analytics is a real-time analytics and complex event-processing engine that is designed to analyze and process high volumes of fast streaming data from multiple sources simultaneously.
Patterns and relationships can be identified in information extracted from a number of input sources including devices, sensors, clickstreams, social media feeds, and applications.
These patterns can be used to trigger actions and initiate workflows such as creating alerts, feeding information to a reporting tool, or storing transformed data for later use.
Also, Stream Analytics is available on Azure IoT Edge runtime, and supports the same exact language or syntax as cloud.
There are multiple ways where you can create and configure Azure Stream Analytics job.
* Create a job - Azure portal
* Create a job - Visual Studio
* Create a job - Visual Studio Code
* Create a job - PowerShell
In this session, let's create and configure Azure Stream Analytics job using Azure Portal and Visual Studio.
Develop Azure Dashboards using Azure Monitor and KQL
Azure Monitor (AM) helps us to find the availability and the performance of our applications and services. Using Azure monitor we can collect, analyze and act on telemetry on both cloud and on-premises environments. Azure monitor collects the data in two different ways, metrics and logs. Metric data can be explored via Metric explorer and log data can be queried via Kusto Query Language (KQL). In this session we will see, how we can collect the data, analyze the data using KQL and develop insights and pin them into Azure Dashboard.
Hands on with No-code Automated Machine Learning
Automated Machine Learning(AutoML) is the process of automating time taking / consuming repeated tasks on ML development. This allows the developer to save their time and increases the productivity and quality of the ML models. In this session, I will demonstrate how AutoML helps for AI developers to build their model easily and quickly.
Natural Language to SQL: Building a Conversational Database Interface
In today's data-driven landscape, extracting meaningful insights from databases continues to be a complex challenge. This talk will illustrate how to bridge the gap between human language and database queries can be bridged using Langchain, Python, and SQL. By harnessing the power of natural language processing, we will explore techniques to transform everyday language into precise SQL statements, allowing users to interact with their data more intuitively and efficiently.
We will examine critical aspects such as security, quality and performance to ensure responsible and reliable interactions with natural language database interactions.
Additionally, we'll discuss how these principles can be applied in SaaS applications and extended to visualizations. This session will equip you with a hands-on understanding of building a natural language interface for your database.
Through a live demo, you will witness how to implement these concepts can be put into practice.
By attending, you will gain valuable insights into enhancing user experience, improving data accessibility and addressing security concerns in your data-driven applications.
.NET Conf 2024 - Coimbatore Sessionize Event
M365 Saturday Coimbatore 2023 Sessionize Event
Az Community Conference 2022 (In-Person Only Event) Sessionize Event
Azure Serverless Saturday User group Sessionize Event
Azure AI Day'21 Sessionize Event
Global Azure 2021 Sessionize Event
Azure Serverless Saturday Sessionize Event
Global Azure Virtual 2020 - TechMeet360 Sessionize Event

Muralidharan Deenathayalan
Director - Solution Architecture & Technology, www.ryvalx.com
Coimbatore, India
Actions
Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.
Jump to top