Skip to content

Commit c5598fd

Browse files
authored
urls fixed
1 parent 1b964f3 commit c5598fd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tool/web-app/script.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,15 +324,15 @@ function showJustification(justification, confidence) {
324324
const defs = {
325325
'Azure SQL Database': `Azure SQL Database is a fully managed platform as a service (PaaS) database engine that handles most of the database management functions such as upgrading, patching, backups, and monitoring without user involvement. It provides built-in high availability, scalability, and security. Learn more at <a href='https://learn.microsoft.com/en-us/azure/azure-sql/database/' target='_blank'>Azure SQL Database documentation</a>.`,
326326
'Azure Cosmos DB': `Azure Cosmos DB is a globally distributed, multi-model database service designed for mission-critical applications. It offers turnkey global distribution, elastic scaling of throughput and storage, multi-model support (including document, key-value, graph, and column-family), and guarantees single-digit millisecond latencies at the 99th percentile. Learn more at <a href='https://learn.microsoft.com/en-us/azure/cosmos-db/introduction' target='_blank'>Azure Cosmos DB documentation</a>.`,
327-
'Azure SQL Managed Instance': `Azure SQL Managed Instance is a fully managed SQL Server database engine instance hosted in Azure cloud. It provides near 100% compatibility with the latest SQL Server (Enterprise Edition) database engine, making it easy to migrate SQL Server workloads to Azure. Learn more at <a href='https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/managed-instance-overview' target='_blank'>Azure SQL Managed Instance documentation</a>.`,
327+
'Azure SQL Managed Instance': `Azure SQL Managed Instance is a fully managed SQL Server database engine instance hosted in Azure cloud. It provides near 100% compatibility with the latest SQL Server (Enterprise Edition) database engine, making it easy to migrate SQL Server workloads to Azure. Learn more at <a href='https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/?view=azuresql' target='_blank'>Azure SQL Managed Instance documentation</a>.`,
328328
'Azure Database for PostgreSQL': `Azure Database for PostgreSQL is a managed database service for app development and deployment that provides built-in high availability, automated backups, scaling, and security. It supports community PostgreSQL and offers flexible server and hyperscale (Citus) deployment options. Learn more at <a href='https://learn.microsoft.com/en-us/azure/postgresql/' target='_blank'>Azure Database for PostgreSQL documentation</a>.`,
329329
'Azure Database for MySQL': `Azure Database for MySQL is a managed database service for app development and deployment with built-in high availability, security, and scaling. It supports community MySQL and offers flexible server deployment. Learn more at <a href='https://learn.microsoft.com/en-us/azure/mysql/' target='_blank'>Azure Database for MySQL documentation</a>.`,
330330
'Azure Synapse Analytics': `Azure Synapse Analytics is an integrated analytics service that accelerates time to insight across data warehouses and big data systems. It brings together big data and data warehousing into a single service for end-to-end analytics. Learn more at <a href='https://learn.microsoft.com/en-us/azure/synapse-analytics/' target='_blank'>Azure Synapse Analytics documentation</a>.`,
331-
'Azure Databricks': `Azure Databricks is an Apache Spark-based analytics platform optimized for the Microsoft Azure cloud. It provides collaborative notebooks, integrated workflows, and enterprise-grade security for big data analytics and AI. Learn more at <a href='https://learn.microsoft.com/en-us/azure/databricks/' target='_blank'>Azure Databricks documentation</a>.`,
332-
'Azure Cache for Redis': `Azure Cache for Redis is a fully managed, in-memory cache that enables high-performance and scalable architectures. It is based on the popular open-source Redis cache and provides sub-millisecond data access to power fast, scalable applications. Learn more at <a href='https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/' target='_blank'>Azure Cache for Redis documentation</a>.`,
333-
'SQL Server on Azure Virtual Machines': `SQL Server on Azure Virtual Machines enables you to use full versions of SQL Server in the cloud without having to manage any on-premises hardware. It provides full control over the SQL Server instance and operating system. Learn more at <a href='https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-overview' target='_blank'>SQL Server on Azure VM documentation</a>.`,
334-
'MongoDB Atlas on Azure (SaaS)': `MongoDB Atlas on Azure is a fully managed MongoDB service that automates deployment, scaling, and management of MongoDB clusters on Azure. Learn more at <a href='https://www.mongodb.com/atlas/azure' target='_blank'>MongoDB Atlas on Azure documentation</a>.`,
335-
'Oracle Database on Azure (IaaS)': `Oracle Database on Azure enables you to run Oracle Database workloads on Azure infrastructure, providing high availability, security, and integration with Azure services. Learn more at <a href='https://learn.microsoft.com/en-us/azure/architecture/example-scenario/oracle/oracle-db-migration-azure/' target='_blank'>Oracle Database on Azure documentation</a>.`,
331+
'Azure Databricks': `Azure Databricks is an Apache Spark-based analytics platform optimized for the Microsoft Azure cloud. It provides collaborative notebooks, integrated workflows, and enterprise-grade security for big data analytics and AI. Learn more at <a href='https://learn.microsoft.com/en-us/azure/databricks/introduction/' target='_blank'>Azure Databricks documentation</a>.`,
332+
'Azure Cache for Redis': `Azure Cache for Redis is a fully managed, in-memory cache that enables high-performance and scalable architectures. It is based on the popular open-source Redis cache and provides sub-millisecond data access to power fast, scalable applications. Learn more at <a href='https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-overview' target='_blank'>Azure Cache for Redis documentation</a>.`,
333+
'SQL Server on Azure Virtual Machines': `SQL Server on Azure Virtual Machines enables you to use full versions of SQL Server in the cloud without having to manage any on-premises hardware. It provides full control over the SQL Server instance and operating system. Learn more at <a href='https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview?view=azuresql' target='_blank'>SQL Server on Azure VM documentation</a>.`,
334+
'MongoDB Atlas on Azure (SaaS)': `MongoDB Atlas on Azure is a fully managed MongoDB service that automates deployment, scaling, and management of MongoDB clusters on Azure. Learn more at <a href='https://azure.microsoft.com/en-us/solutions/mongodb/?msockid=38ec3806873362243e122ce086486339' target='_blank'>MongoDB Atlas on Azure documentation</a>.`,
335+
'Oracle Database on Azure (IaaS)': `Oracle Database on Azure enables you to run Oracle Database workloads on Azure infrastructure, providing high availability, security, and integration with Azure services. Learn more at <a href='https://learn.microsoft.com/en-us/azure/oracle/' target='_blank'>Oracle Database on Azure documentation</a>.`,
336336
'Azure Managed Instance for Apache Cassandra': `Azure Managed Instance for Apache Cassandra is a managed service that provides scalability and high availability for Cassandra workloads, with automated patching, scaling, and hybrid deployment support. Learn more at <a href='https://learn.microsoft.com/en-us/azure/managed-instance-apache-cassandra/' target='_blank'>Azure Managed Instance for Apache Cassandra documentation</a>.`,
337337
'Azure Cosmos DB for MongoDB': `Azure Cosmos DB for MongoDB is a fully managed, scalable, and highly available database service that supports MongoDB workloads with global distribution and low-latency access. Learn more at <a href='https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/mongodb-introduction' target='_blank'>Azure Cosmos DB for MongoDB documentation</a>.`
338338
};

0 commit comments

Comments
 (0)