Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 910 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 910 Bytes

Azure Arc

Managing external resources in Azure with Arc.

AWS Instances

Set up the config:

cd aws

cp config/template.tfvars .auto.tfvars

Create the resources on AWS:

terraform init
terraform apply -auto-approve

Azure Arc

Make sure you check all the prerequisites.

As of the time of this writing, Arm64 are not supported:

The Azure Connected Machine agent does not run on x86 (32-bit) or ARM-based architectures.

Set up the base Azure resources:

terraform init
terraform apply -auto-approve

Now register the Arc servers using the Portal.