diff --git a/.MetaTestOptIn.json b/.MetaTestOptIn.json index 862a4ab72f..5391b69c32 100644 --- a/.MetaTestOptIn.json +++ b/.MetaTestOptIn.json @@ -1,5 +1,6 @@ [ "Common Tests - Validate Markdown Files", "Common Tests - Validate Module Files", - "Common Tests - Validate Script Files" + "Common Tests - Validate Script Files", + "Common Tests - Validate Example Files" ] diff --git a/Examples/README.md b/Examples/README.md new file mode 100644 index 0000000000..b373407889 --- /dev/null +++ b/Examples/README.md @@ -0,0 +1,18 @@ +# Examples + +This will help to understand how to setup certain scenarios with xSQLServer resource module. + +## Resource examples + +This is the examples for each individual resource. + +[xSQLServerAlias](/xSQLServerAlias) + +## Setting up a Failover Cluster + +This will explain how to setup high availability using a two node failover cluster. + +## Setting up a Always On Availability Groups + +This will explain how to setup high availability using AlwaysOn Availability Group. +AlwaysOn Availability Group will be configured in a two node configuration.