MSFT_SqlAGReplica failed to execute Set-TargetResource functionality with error message: HADR is not enabled #1182
Labels
documentation
The issue is related to documentation only.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
SqlAGReplica AddReplica
{
Ensure = 'Present'
Name = $SqlNode
AvailabilityGroupName = $avgGroupName
ServerName = $SqlNode
InstanceName = "MSSQLSERVER"
PrimaryReplicaServerName = $SqlPrimaryReplicaNode
PrimaryReplicaInstanceName = "MSSQLSERVER"
PsDscRunAsCredential = $SqlInstallCredential
DependsOn = '[SqlSetup]InstallDefaultInstance'
}
The text was updated successfully, but these errors were encountered: