Skip to content

epomatti/azure-arc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published