Skip to content

Commit bb88ef0

Browse files
committed
editor_config_automation_fixes
1 parent f96d7bf commit bb88ef0

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ insert_final_newline = true
1111
[*.{yml,yaml}]
1212
indent_size = 2
1313
indent_style = space
14-
charset = utf-8
14+
charset = utf-8
15+
end_of_line = lf
16+
trim_trailing_whitespace = true
17+
insert_final_newline = true

azure-specialized-workloads/oracle/recommendations.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Use SYNC for zero data loss or ASYNC when performance is constrained.
1212
potentialBenefits: Ensure business continuity in case of zonal failure.
1313
pgVerified: false
14-
automationAvailable: no
14+
automationAvailable: false
1515
tags: [ORACLE]
1616
learnMoreLink:
1717
- name: Business continuity and disaster recovery considerations for Oracle Database@Azure
@@ -28,7 +28,7 @@
2828
Gold-level reference architecture with Oracle Database@Azure is recommended, meaning that database changes will be replicated via Data Guard (ASYNC replication) to a secondary Oracle Database@Azure instance in a different region.
2929
potentialBenefits: The cloud MAA architecture achieves data protection and DR.
3030
pgVerified: false
31-
automationAvailable: no
31+
automationAvailable: false
3232
tags: [ORACLE]
3333
learnMoreLink:
3434
- name: Business continuity and disaster recovery considerations for Oracle Database@Azure
@@ -46,7 +46,7 @@
4646
ARS provides automated, policy-based backups with continuous validation.
4747
potentialBenefits: Provide workload data protection.
4848
pgVerified: false
49-
automationAvailable: no
49+
automationAvailable: false
5050
tags: [ORACLE]
5151
learnMoreLink:
5252
- name: Business continuity and disaster recovery considerations for Oracle Database@Azure
@@ -65,7 +65,7 @@
6565
If needed, scale OCPUs on the VM cluster, if Exa infrastructure capacity allows.
6666
potentialBenefits: Meet workload scalability requirements.
6767
pgVerified: false
68-
automationAvailable: no
68+
automationAvailable: false
6969
tags: [ORACLE]
7070
learnMoreLink:
7171
- name: Learn about Manage and monitor Oracle Database@Azure
@@ -83,7 +83,7 @@
8383
Primary, standby, client, and backup subnets should have non-overlapping CIDR ranges for reliable connectivity.
8484
potentialBenefits: Avoid conflicts in IP addressing.
8585
pgVerified: false
86-
automationAvailable: no
86+
automationAvailable: false
8787
tags: [ORACLE]
8888
learnMoreLink:
8989
- name: Capacity planning for Oracle Database@Azure
@@ -100,7 +100,7 @@
100100
Deploy Data Guard observer nodes in different AZs and make sure that an observer node will remain available if anything happens to the Production deployment.
101101
potentialBenefits: Data Guard observer automates database failover.
102102
pgVerified: false
103-
automationAvailable: no
103+
automationAvailable: false
104104
tags: [ORACLE]
105105
learnMoreLink:
106106
- name: Business continuity and disaster recovery considerations for Oracle Database@Azure
@@ -117,7 +117,7 @@
117117
Provide redundancy for VMs used as OKV, note that this is only relevant if customer is using own keys and only if OCI vault is not used. A minimum 4-node OKV cluster deployment is recommended across two AZs or regions, aligned with the BCDR architecture.
118118
potentialBenefits: Protect access to keys in case of VM or AZ/region failure.
119119
pgVerified: false
120-
automationAvailable: no
120+
automationAvailable: false
121121
tags: [ORACLE]
122122
learnMoreLink:
123123
- name: Security guidelines for Oracle Database@Azure
@@ -135,7 +135,7 @@
135135
Automatic infrastructure maintenance occurs quarterly, with Oracle notifying you of the date and time weeks in advance. You can modify the scheduled date and time before maintenance starts.
136136
potentialBenefits: Keep Oracle workloads up-to-date.
137137
pgVerified: false
138-
automationAvailable: no
138+
automationAvailable: false
139139
tags: [ORACLE]
140140
learnMoreLink:
141141
- name: Configure Oracle-Managed Infrastructure Maintenance

0 commit comments

Comments
 (0)