File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
articles/ai-foundry/how-to Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -50,19 +50,23 @@ The examples used in article use the [AzAPI](#link-to-do) Terraform provider. Si
5050
51511 . Create a file named ` providers.tf ` and insert the following code.
5252
53- :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-ai-foundry/providers.tf":::
53+ :::code language="Terraform" source="~ /foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/
54+ 15a-private-network-standard-agent-setup/code/providers.tf":::
5455
55561 . Create a file named ` main.tf ` and insert the following code.
5657
57- :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-ai-foundry/main.tf":::
58+ :::code language="Terraform" source="~ /foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/
59+ 15a-private-network-standard-agent-setup/code/main.tf":::
5860
59611 . Create a file named ` variables.tf ` and insert the following code.
6062
61- :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-ai-foundry/variables.tf":::
63+ :::code language="Terraform" source="~ /foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/
64+ 15a-private-network-standard-agent-setup/code/variables.tf":::
6265
63661 . Create a file named ` outputs.tf ` and insert the following code.
6467
65- :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-ai-foundry/outputs.tf":::
68+ :::code language="Terraform" source="~ /foundry-samples-main/samples/microsoft/infrastructure-setup-terraform/
69+ 15a-private-network-standard-agent-setup/code/outputs.tf":::
6670
6771## Initialize Terraform
6872
You can’t perform that action at this time.
0 commit comments