Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty100 committed Aug 15, 2023
1 parent 2e9a1a6 commit 343b0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ This section documents known issues with these configurations that should be add
* There is a [known issue](https://github.com/hashicorp/terraform-provider-azurerm/issues/2977) that causes Terraform plan or apply operations to fail after provisioning an Azure Files share behind a private endpoint. If this is blocking you from applying changes you can [Target Resources](https://developer.hashicorp.com/terraform/tutorials/state/resource-targeting) to work around it.
* *Windows Server*: This configuration uses [Azure Automation State Configuration (DSC)](https://learn.microsoft.com/azure/automation/automation-dsc-overview) for configuring the Windows Server virtual machines, which will be replaced by [Azure Automanage Machine Configuration](https://learn.microsoft.com/azure/governance/machine-configuration/overview). This configuration will be updated to the new implementation in a future release.
* *configure-automation.ps1*: The performance of this script could be improved by using multi-threading to run Azure Automation operations in parallel.
* There is a [known issue](https://github.com/dsccommunity/SqlServerDsc/issues/1816) with SQL Server 2022 on Windows Server 2022 which increases deployment time due to initial failures applying configurations.
* There is a known issue with the automated installation of MySQL Workbench using the [mysql.workbench](https://community.chocolatey.org/packages/mysql.workbench) Chocolatey package. DSC reports compliance for `cChocoPackageInstaller` > `MySQLWorkbench`, however the package itself has a bad download link and fails to install. The issue has been reported to the package publishers with a request to update the package. In the meantime, MySQL Workbench must be installed manually.
* *Linux*: This configuration uses [cloud-init](https://cloudinit.readthedocs.io/) for configuring [Ubuntu 20.04 LTS (Focal Fossa)](http://www.releases.ubuntu.com/20.04/) virtual machines.
* *azurerm_linux_virtual_machine.vm_jumpbox_linux*: ARM tags are currently used to pass some configuration data to cloud-init. This dependency on ARM tags could make the configuration more fragile if users manually manipulate ARM tags or they are overwritten by Azure Policy.
* Identity, Access Management and Authentication.
Expand Down

0 comments on commit 343b0fb

Please sign in to comment.