18 Integrations with Azure Cloud Services
View a list of Azure Cloud Services integrations and software that integrates with Azure Cloud Services below. Compare the best Azure Cloud Services integrations as well as features, ratings, user reviews, and pricing of software that integrates with Azure Cloud Services. Here are the current Azure Cloud Services integrations in 2026:
-
1
Hightouch
Hightouch
Hightouch is the leading Composable CDP and AI Decisioning platform that empowers companies to activate their data warehouse to power personalized marketing and business operations. Trusted by leading organizations like PetSmart, Warner Music Group, Chime, Aritzia, and Whoop, Hightouch enables anyone to deliver personalized customer experiences, optimize performance marketing, and move faster by leveraging data and AI across their organization. Hightouchโs Composable Customer Data Platform collects behavioral events, resolves identities into Customer 360 profiles, builds audiences, syncs data to over 200 destinations like ad platforms and CRMs, and analyzes the results of marketing campaignsโ all from the cloud data warehouse.Starting Price: $350 per month -
2
GiveLife365
Alphavima Technologies Inc
๐๐ถ๐๐ฒ๐๐ถ๐ณ๐ฒ๐ฏ๐ฒ๐ฑ: ๐ฃ๐ผ๐๐ฒ๐ฟ๐ถ๐ป๐ด ๐ก๐ผ๐ป๐ฝ๐ฟ๐ผ๐ณ๐ถ๐๐ ๐๐ถ๐๐ต ๐ฆ๐บ๐ฎ๐ฟ๐ ๐๐ฅ๐ . Managing constituents - donors, volunteers, events and cases shouldnโt slow down your mission. GiveLife365 is a cloud-based CRM built for nonprofits, helping you streamline operations, boost engagement, and measure real impact - all in one place. โจ ๐ช๐ต๐ฎ๐ ๐ ๐ฎ๐ธ๐ฒ๐ ๐๐ถ๐๐ฒ๐๐ถ๐ณ๐ฒ๐ฏ๐ฒ๐ฑ ๐ฆ๐๐ฎ๐ป๐ฑ ๐ข๐๐? โ ๐๐ผ๐ป๐ผ๐ฟ ๐ ๐ฎ๐ด๐ถ๐ฐ โ Track interactions, automate receipts, and manage fundraising seamlessly. โ ๐ฉ๐ผ๐น๐๐ป๐๐ฒ๐ฒ๐ฟ ๐ฃ๐ผ๐๐ฒ๐ฟ โ Recruit, schedule, and recognize volunteers with ease. โ ๐๐ณ๐ณ๐ผ๐ฟ๐๐น๐ฒ๐๐ ๐๐๐ฒ๐ป๐๐ โ Publish events, handle registrations, and track attendance. โ ๐ ๐ฒ๐บ๐ฏ๐ฒ๐ฟ๐๐ต๐ถ๐ฝ ๐ ๐ฎ๐ฑ๐ฒ ๐๐ฎ๐๐ โ Automate renewals, integrate marketing tools, and simplify payments. โ ๐๐บ๐ฝ๐ฎ๐ฐ๐ ๐ฌ๐ผ๐ ๐๐ฎ๐ป ๐ฆ๐ฒ๐ฒ โ Real-time reports & dashboards to measure outcomes. ๐ Transform the way your nonprofit works! Schedule a demo today and see how GiveLife365 driveStarting Price: $49.95 -
3
Microsoft Azure
Microsoft
Microsoft's Azure is a cloud computing platform that allows for rapid and secure application development, testing and management. Azure. Invent with purpose. Turn ideas into solutions with more than 100 services to build, deploy, and manage applicationsโin the cloud, on-premises, and at the edgeโusing the tools and frameworks of your choice. Continuous innovation from Microsoft supports your development today, and your productโฏvisions for tomorrow. With a commitment to open source, and support for all languages and frameworks, build how you want, and deploy where you want to. On-premises, in the cloud, and at the edgeโweโll meet you where you are. Integrate and manage your environments with services designed for hybrid cloud. Get security from the ground up, backed by a team of experts, and proactive compliance trusted by enterprises, governments, and startups. The cloud you can trust, with the numbers to prove it. -
4
Visual Studio
Microsoft
Microsoft Visual Studio is the industry-leading integrated development environment (IDE) for building modern applications across desktop, mobile, cloud, and web. It empowers developers to write, refactor, debug, test, and deploy software faster with intelligent assistance powered by GitHub Copilot and AI-driven workflows. With Agent Mode, developers can automate repetitive coding tasks, optimize performance, and receive contextual help directly in the IDE. The suite includes Visual Studio 2022, the comprehensive IDE for .NET and C++ development on Windows, and Visual Studio Code, the lightweight, cross-platform editor supporting JavaScript, Python, and dozens of other languages. Visual Studio integrates seamlessly with Azure, GitHub, and CI/CD pipelines, enabling teams to collaborate and ship code efficiently. Trusted by millions worldwide, Visual Studio provides the tools and intelligence developers need to build reliable, scalable, and secure applications from concept to release.Starting Price: $45/user/month -
5
Java
Oracle
The Javaโข Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes โ the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.Starting Price: Free -
6
Python
Python
The core of extensible programming is defining functions. Python allows mandatory and optional arguments, keyword arguments, and even arbitrary argument lists. Whether you're new to programming or an experienced developer, it's easy to learn and use Python. Python can be easy to pick up whether you're a first-time programmer or you're experienced with other languages. The following pages are a useful first step to get on your way to writing programs with Python! The community hosts conferences and meetups to collaborate on code, and much more. Python's documentation will help you along the way, and the mailing lists will keep you in touch. The Python Package Index (PyPI) hosts thousands of third-party modules for Python. Both Python's standard library and the community-contributed modules allow for endless possibilities.Starting Price: Free -
7
Node.js
Node.js
As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Upon each connection, the callback is fired, but if there is no work to be done, Node.js will sleep. This is in contrast to today's more common concurrency model, in which OS threads are employed. Thread-based networking is relatively inefficient and very difficult to use. Furthermore, users of Node.js are free from worries of dead-locking the process, since there are no locks. Almost no function in Node.js directly performs I/O, so the process never blocks except when the I/O is performed using synchronous methods of Node.js standard library. Because nothing blocks, scalable systems are very reasonable to develop in Node.js. Node.js is similar in design to, and influenced by, systems like Ruby's Event Machine and Python's Twisted. Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of as a library.Starting Price: Free -
8
PHP
PHP
Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. The PHP development team announces the immediate availability of PHP 8.0.20. When using the PHP.net website, there is even no need to get to a search box to access the content you would like to see quickly. You can use short PHP.net URLs to access pages directly.Starting Price: Free -
9
Ruby
Ruby Language
Wondering why Ruby is so popular? Its fans call it a beautiful, artful language. And yet, they say itโs handy and practical. Since its public release in 1995, Ruby has drawn devoted coders worldwide. In 2006, Ruby achieved mass acceptance. With active user groups formed in the worldโs major cities and Ruby-related conferences filled to capacity. Ruby-Talk, the primary mailing list for discussion of the Ruby language, climbed to an average of 200 messages per day in 2006. It has dropped in recent years as the size of the community pushed discussion from one central list into many smaller groups. Ruby is ranked among the top 10 on most of the indices that measure the growth and popularity of programming languages worldwide (such as the TIOBE index). Much of the growth is attributed to the popularity of software written in Ruby, particularly the Ruby on Rails web framework.Starting Price: Free -
10
Modulos AI Governance Platform
Modulos AG
Modulos AG, founded in 2018, is a Swiss pioneer in Responsible AI Governance and the first AI Governance platform to achieve ISO 42001 certification. With a mission to empower organizations to govern AI products and services responsibly in regulated environments, Modulos streamlines and accelerates the AI compliance process. The platform enables businesses to efficiently manage risks and align with key regulatory frameworks like the EU AI Act, NIST AI RMF, ISO 42001, and more. As a result, Modulos helps clients avoid economic, legal, and reputational risks, fostering trust and long-term success in their AI initiatives.Starting Price: 15k -
11
Process Organizer
Process Organizer
Streamline your work flow, manage your servers and improve customer relationships all within one concise system. Eliminate countless hours of paperwork and reduce mistakes to help you to run a more efficient process serving business. Ready to go on Day 1 with built in affidavits and reports. Process Organizer allows law firm clients to send process servers additional jobs, with service documents attached. Through the client portal, multiple processes can be viewed at once, including status reports and scanned-in documents. Process Organizer can also send automatic email notifications to notify clients that a process has been served and include attached signed affidavits. Process servers can complete all the details of their work orders right from their device using an entry screen that is designed for ease of use for someone on the go. Dropdown selection where appropriate makes for fast and consistent entry.Starting Price: $90 per month -
12
VerifyWise
VerifyWise
VerifyWise is an open-source AI governance platform that helps organizations document, assess, and manage their AI systems in a transparent and structured way. Built to support compliance with frameworks like ISO/IEC 42001, NIST AI RMF, and the EU AI Act, it offers a centralized registry where teams can log every AI system, along with its purpose, model type, deployment details, and risk classification. Whether itโs a large language model, a computer vision system, or a rules-based tool, VerifyWise helps you keep track of everything in one place. The platformโs open-source nature means itโs fully self-hostable and adaptable. Organizations can audit the code, contribute improvements, and extend functionality to meet specific needs. Security is built-in, with automated checks for credential leaks, license issues, and dependency vulnerabilities. It supports external contributions while maintaining high code quality standards, making it ideal for both public and private sector use.Starting Price: $129/month -
13
.NET
Microsoft
Free. Cross-platform. Open source. A developer platform for building all your apps. Build native apps for Android, iOS, macOS and Windows from a single codebase. You can write your .NET apps in C#, F#, or Visual Basic. Your skills, code, and favorite libraries apply anywhere you use .NET. You can learn more about what .NET can do with these free videos. .NET is open source and we are very thankful for the many contributions it receives from the community.Starting Price: Free -
14
Doctor Droid
Doctor Droid
โDoctor Droid is an AI-driven platform designed to revolutionize monitoring and troubleshooting for engineering teams. It automates complex investigations, following standard operating procedures to analyze data across multiple integrations, identify root causes, and execute standard runbooks for self-healing. By proactively listening for alerts, Doctor Droid prepares relevant data and insights, reducing on-call time by up to 80% and enabling engineers to respond swiftly. It facilitates rapid onboarding of new engineers by automating the search for documents, learning new tools, and understanding data, allowing them to become primary on-calls from day one. With the capability to perform ad-hoc investigations, such as analyzing Kubernetes clusters or checking recent deployments, Doctor Droid adapts and creates new plans based on suggestions and existing documents. It integrates seamlessly with over 40 tools across the stack.Starting Price: $99 per month -
15
vDesk.works
vDesk.works
vDesk.works is a global provider of application delivery, desktop virtualization, and cloud client technology solutions. We enable IT and service providers to manage and deploy secure applications and desktop delivery solutions. Our virtual desktops allow users to access applications on any device from anywhere in the world.Our philosophy is that cloud computing solutions should be flexible, dynamic, and simple to use. We are passionate about solving customer problems efficiently and cost-effectively. vDesk.works is recognized as a leading player in the application delivery, virtualization, and cloud technology markets, with customers worldwide. -
16
Azure Marketplace
Microsoft
Azure Marketplace is a comprehensive online store that provides access to thousands of certified, ready-to-use software applications, services, and solutions from Microsoft and third-party vendors. It enables businesses to discover, purchase, and deploy software directly within the Azure cloud environment. The marketplace offers a wide range of products, including virtual machine images, AI and machine learning models, developer tools, security solutions, and industry-specific applications. With flexible pricing options like pay-as-you-go, free trials, and subscription models, Azure Marketplace simplifies the procurement process and centralizes billing through a single Azure invoice. It supports seamless integration with Azure services, enabling organizations to enhance their cloud infrastructure, streamline workflows, and accelerate digital transformation initiatives. -
17
ZARUS
Maiora
ZARUS is Maioraโs end-to-end No-Code/Low-Code Data Infrastructure Platform designed to help enterprises integrate, govern, transform, visualise, and observe data seamlessly across cloud, on-premises, and legacy systems. Built for speed, scalability, and compliance, ZARUS eliminates data silos, streamlines workflows, and enables organisations to unlock real-time, AI-ready insights without the burden of high-code development or multiple toolchains. With pre-built connectors, advanced data quality management, observability dashboards, and secure governance frameworks, ZARUS empowers CIOs, CTOs, CDOs, and CFOs to make faster, smarter decisions while reducing operational complexity and costs. -
18
DATACURVE LogicWare
DataCurve
With DATACURVE's Logicware you gain a competitive edge, deploying AI solutions trained on your data and knowledge base, adapted to your business context, whether it is marketing, operations, finances, or customer engagement. With its robust features and easy enterprise integrations, Logicware accelerates your enterpriseโs launch initiatives, seizing opportunities swiftly and staying ahead in the dynamic business landscape. LogicWare is ready to deploy, agnostic of AI models or underlying blockchain infrastructure, and simplifies complex user interactions to unlock the full potential of AI and web3 applications. Leverage our propreitary AI agents to turn raw data into novel and meaningful asset classes by tokenizing real world assets and physical infrastructure. Logicware unearths superfans hidden in vast data, empowering businesses to identify their most passionate ambassadors and cultivate deeper engagement with them.
- Previous
- You're on page 1
- Next