Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 925 Bytes

create-and-use-a-remote-module.md

File metadata and controls

12 lines (8 loc) · 925 Bytes

< Create and use a remote module

For this lab we are going to bring together some of the demo resources and previous labs. We will need to provision an Azure Container Registry using the local-module resources, then publish the local modules created in the create-and-use-a-local-module lab using the publish script from the publish-remote-module demo.


Challenge

  • Provision the ACR using the local-module
  • Publish the modules from the create-and-use-a-local-module lab
  • Either modify a previous template or create a new one to use the remote module
    • You may need to add a bicepconfig.json such as the one here