You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2id="form-title">Select Your Database Preferences</h2>
18
-
<labelfor="preset-usecase">Preset Use Case:
18
+
<labelfor="preset-usecase">Preset Use Case
19
19
<spanclass="info-icon" tabindex="0" data-tooltip="Quickly fill the form for common scenarios.">ℹ️</span>
20
20
</label>
21
21
<selectid="preset-usecase" name="preset-usecase">
@@ -25,7 +25,7 @@ <h2 id="form-title">Select Your Database Preferences</h2>
25
25
<optionvalue="analytics">Analytics</option>
26
26
</select>
27
27
28
-
<labelfor="data-volume">Data Volume:
28
+
<labelfor="data-volume">Data Volume
29
29
<spanclass="info-icon" tabindex="0" data-tooltip="Choose the size of your data storage needs. For example, less than 10GB is suitable for small applications like blogs, while more than 1TB is ideal for enterprise systems.">ℹ️</span>
@@ -34,7 +34,7 @@ <h2 id="form-title">Select Your Database Preferences</h2>
34
34
<optionvalue=">1TB">More than 1TB</option>
35
35
</select>
36
36
37
-
<labelfor="data-type">Data Type:
37
+
<labelfor="data-type">Data Type
38
38
<spanclass="info-icon" tabindex="0" data-tooltip="Select the format of the data you will be storing. For instance, structured data is used for relational databases, while unstructured data is common for media files.">ℹ️</span>
39
39
</label>
40
40
<selectid="data-type" name="data-type" required>
@@ -43,7 +43,7 @@ <h2 id="form-title">Select Your Database Preferences</h2>
<spanclass="info-icon" tabindex="0" data-tooltip="Indicate how quickly you need the database to respond. For example, less than 10ms is critical for real-time applications like gaming.">ℹ️</span>
48
48
</label>
49
49
<selectid="latency" name="latency" required>
@@ -52,31 +52,31 @@ <h2 id="form-title">Select Your Database Preferences</h2>
52
52
<optionvalue=">100ms">More than 100ms</option>
53
53
</select>
54
54
55
-
<labelfor="scalability">Scalability Needs:
55
+
<labelfor="scalability">Scalability Needs
56
56
<spanclass="info-icon" tabindex="0" data-tooltip="Specify if the database should support global or local scaling. For instance, global scaling is essential for multinational companies.">ℹ️</span>
<spanclass="info-icon" tabindex="0" data-tooltip="Choose the consistency model that fits your application's needs. Strong consistency ensures immediate updates, while eventual consistency is suitable for distributed systems.">ℹ️</span>
<spanclass="info-icon" tabindex="0" data-tooltip="Indicate if you require integration with other services. For example, integration is necessary for analytics pipelines.">ℹ️</span>
<spanclass="info-icon" tabindex="0" data-tooltip="Select the security measures that are necessary for your data. Encryption is ideal for sensitive data, while compliance is crucial for regulated industries.">ℹ️</span>
81
81
</label>
82
82
<selectid="security" name="security">
@@ -85,7 +85,7 @@ <h2 id="form-title">Select Your Database Preferences</h2>
85
85
<optionvalue="compliance">Compliance</option>
86
86
</select>
87
87
88
-
<labelfor="budget">Budget:
88
+
<labelfor="budget">Budget
89
89
<spanclass="info-icon" tabindex="0" data-tooltip="Specify your budget range for database solutions. For example, less than 100 USD is suitable for startups, while more than 500 USD is common for large enterprises.">ℹ️</span>
<strong>Disclaimer:</strong> This tool is an advisor only. For official guidance, support, or more detailed information, please refer to <a href='https://support.microsoft.com/contactus?ContactUsExperienceEntryPointAssetId=S.HP.SMC-HOME' target='_blank' rel='noopener'>Microsoft Sales and Support</a> or the official Microsoft documentation.
0 commit comments