Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.3 KB

Add-Site-Manager.md

File metadata and controls

41 lines (28 loc) · 1.3 KB

Enale Arc Site Manager to manage your resources with physical location

Go to dev/sample/main.tf and uncomment "Region Site manager parameters". In Arc Site Manager, only country information is required, feel free to remove any other optional parameters you don't need.


module "base" {
  ...

  country         = "<country>"
  city            = "<city>"
  companyName     = "<companyName>"
  postalCode      = "<postalCode>"
  stateOrProvince = "<stateOrProvince>"
  streetAddress1  = "<streetAddress1>"
  streetAddress2  = "<streetAddress2>"
  streetAddress3  = "<streetAddress3>"
  zipExtendedCode = "<zipExtendedCode>"
  contactName     = "<contactName>"
  emailList       = ["<emailList>"]
  mobile          = "<mobile>"
  phone           = "<phone>"
  phoneExtension  = "<phoneExtension>"
}

Then, you can submit the change and deploy through GitHub actions. After the deployment is finished, you can go to https://aka.ms/site to view your site health status. All the other resources created under the same resource group will be available in the new site.

Note

We only support enabling Arc Site Manager with resource group scope in this quick-start repository.

Next Step

Go back to home page

Learn more: