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
Copy file name to clipboardExpand all lines: tool/web-app/index.html
+41-30Lines changed: 41 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -103,14 +103,6 @@ <h2 id="form-title">Select Your Database Preferences</h2>
103
103
<optionvalue="AI/ML">AI/ML Workloads</option>
104
104
</select>
105
105
106
-
<labelfor="backup-recovery">Backup and Disaster Recovery:
107
-
<spanclass="info-icon" tabindex="0" data-tooltip="Indicate if you need automated backup and recovery options. For example, disaster recovery is essential for mission-critical systems.">ℹ️</span>
<strong>Note:</strong> If the Advanced Settings button is not working, see <ahref="https://learn.microsoft.com/en-us/azure/azure-sql/database/advanced-configuration" target="_blank" rel="noopener">Advanced Configuration for Azure Databases</a>.
<spanclass="info-icon" tabindex="0" data-tooltip="Select the complexity level of the queries you will perform. For example, simple queries are used for CRUD operations, while complex queries are needed for AI/ML workloads.">ℹ️</span>
<spanclass="info-icon" tabindex="0" data-tooltip="Specify how long you need to retain your data. For example, short-term retention is suitable for temporary logs, while long-term retention is needed for compliance data.">ℹ️</span>
<p>Advanced settings allow you to further customize your database solution for specific workloads or compliance requirements. Examples include:</p>
154
-
<ul>
155
-
<li><strong>Query Complexity:</strong> Choose between simple (CRUD), moderate (joins, aggregations), or complex (AI/ML, graph, analytics) queries.</li>
156
-
<li><strong>Data Retention Policy:</strong> Specify how long your data should be retained (short-term, medium-term, long-term) for compliance or cost optimization.</li>
157
-
<li><strong>Backup and Disaster Recovery:</strong> Enable automated backups and geo-redundant disaster recovery for mission-critical workloads.</li>
158
-
<li><strong>Security:</strong> Configure encryption, role-based access control, and compliance settings.</li>
159
-
</ul>
160
-
<p>Use these options to fine-tune your recommendation for your business or technical scenario.</p>
0 commit comments