Skip to content

Commit e86c520

Browse files
ChenTanyimaud-lv
andauthored
Update articles/service-connector/how-to-build-connections-with-iac-tools.md
Co-authored-by: Maud <[email protected]>
1 parent 5d778b8 commit e86c520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-connector/how-to-build-connections-with-iac-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ If the resources you're provisioning are exactly the same ones as the ones you h
122122

123123
Using the App Configuration to store configuration naturally supports IaC scenarios. We therefore recommend you use this method to build your IaC template if possible.
124124

125-
For simple portal instruction, you can refer to [another documentation](./tutorial-portal-app-configuration-store.md). When you want to add this feature into your bicep, just easily add the App Configuration id in the Service Connector payload.
125+
For simple portal instructions, you can refer to [this App Configuration tutorial](./tutorial-portal-app-configuration-store.md). To add this feature into a bicep file, add the App Configuration ID in the Service Connector payload.
126126

127127
```bicep
128128
resource webApp 'Microsoft.Web/sites@2022-09-01' existing = {

0 commit comments

Comments
 (0)