Skip to content

Commit c639db2

Browse files
authored
Apply suggestions from code review
Corrected alt text and Acrolinx issue
1 parent f77aa15 commit c639db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2023-01-01' = {
109109

110110
**Export and polish**
111111

112-
If the resources you're provisioning are exactly the same ones as the ones you have in the cloud, exporting the template from Azure may be another option. The two premises of this approach are: the resources exist in Azure and you're using ARM templates for your IaC. The `Export template` button is usually at the bottom of the sidebar on Azure portal. The exported ARM template reflects the resource's current states, including the settings configured by Service Connector. You usually need to know about the resource properties to polish the exported template.
112+
If the resources you're provisioning are exactly the same ones as the ones you have in the cloud, exporting the template from Azure might be another option. The two premises of this approach are: the resources exist in Azure and you're using ARM templates for your IaC. The `Export template` button is usually at the bottom of the sidebar on Azure portal. The exported ARM template reflects the resource's current states, including the settings configured by Service Connector. You usually need to know about the resource properties to polish the exported template.
113113

114-
:::image type="content" source="./media/how-to/export-webapp-template.png" alt-text="Screenshot of the Azure portal, exporting arm template of a web app":::
114+
:::image type="content" source="./media/how-to/export-webapp-template.png" alt-text="Screenshot of the Azure portal, exporting arm template of a web app.":::
115115

116116
### Build connection logics
117117

@@ -157,7 +157,7 @@ resource serviceConnector 'Microsoft.ServiceLinker/linkers@2022-05-01' = {
157157

158158
For the formats of properties and values needed when creating a Service Connector resource, check [how to provide correct parameters](./how-to-provide-correct-parameters.md). You can also preview and download an ARM template for reference when creating a Service Connector resource in the Azure portal.
159159

160-
:::image type="content" source="./media/how-to/export-sc-template.png" alt-text="Screenshot of the Azure portal, exporting arm template of a service connector resource":::
160+
:::image type="content" source="./media/how-to/export-sc-template.png" alt-text="Screenshot of the Azure portal, exporting arm template of a service connector resource.":::
161161

162162
**Using template logics**
163163

0 commit comments

Comments
 (0)