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
50
50
51
51
1 . Create a file named ` providers.tf ` and insert the following code.
52
52
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":::
54
55
55
56
1 . Create a file named ` main.tf ` and insert the following code.
56
57
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":::
58
60
59
61
1 . Create a file named ` variables.tf ` and insert the following code.
60
62
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":::
62
65
63
66
1 . Create a file named ` outputs.tf ` and insert the following code.
64
67
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":::
66
70
67
71
## Initialize Terraform
68
72
You can’t perform that action at this time.
0 commit comments