Skip to content

Add the ability for customer provided subnets to be included in the deployment script resource #5793

Discussion options

You must be logged in to vote

This is certainly possible... details below

Below is an exported template that includes the two properties to make this happen.
Also the template that it was deployed from.

Containergroups

  • SubnetID's aray
  • IpAddress type Private

inputs for container groups
https://github.com/brwilkinson/AzureDeploymentFramework/blob/main/ADF/tenants/AOA/ACU1.T5.parameters.json#L1272

e.g.

        "ACIInfo": [
          {
            "Name": "helloworld",
            "registerDNS": 1,
            "isPublic": 0,
            "subnetName": "snBE02",
            "scaleCount": 1,
            "InstanceCount": 1,
            "memoryInGB": 1,
            "cpu": 1,
            "image": "mcr.microsoft.com/azuredocs/…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@brwilkinson
Comment options

@brwilkinson
Comment options

@alex-frankel
Comment options

@brwilkinson
Comment options

Answer selected by brwilkinson
Comment options

You must be logged in to vote
1 reply
@alex-frankel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
4 participants