Skip to content

Commit 606ed27

Browse files
committed
Functions remaining SFI-image clean-ups
1 parent 56b391a commit 606ed27

File tree

22 files changed

+5
-23
lines changed

22 files changed

+5
-23
lines changed
Loading

articles/azure-functions/functions-develop-vs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,6 @@ To attach a remote debugger to a function app running in a process separate from
299299
300300
1. Again from the **Publish** tab, select the ellipses (**...**) in the **Hosting** section, and then choose **Attach debugger**.
301301
302-
:::image type="content" source="media/functions-develop-vs/attach-to-process-in-process.png" alt-text="Screenshot of attaching the debugger from Visual Studio.":::
303-
304302
Visual Studio connects to your function app and enables remote debugging, if not already enabled.
305303
306304
> [!NOTE]

articles/azure-functions/functions-how-to-use-nat-gateway.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,11 @@ Now, you can run the function. But first, check in the portal and see what outbo
137137

138138
1. In your function app, select **Properties** and review the **Outbound IP Addresses** field.
139139

140-
![View function app outbound IP addresses](./media/functions-how-to-use-nat-gateway/function-properties-ip.png)
141-
142140
1. Now, return to your HTTP trigger function, select **Code + Test** and then **Test/Run**.
143141

144142
![Test function](./media/functions-how-to-use-nat-gateway/function-code-test.png)
145143

146-
1. Select **Run** to execute the function, then switch to the **Output**.
147-
148-
![Test function output](./media/functions-how-to-use-nat-gateway/function-test-1-output.png)
149-
150-
1. Verify that IP address in the HTTP response body is one of the values from the outbound IP addresses you viewed earlier.
144+
1. Select **Run** to execute the function, then switch to the **Output** and verify that IP address in the HTTP response body is one of the values from the outbound IP addresses you viewed earlier.
151145

152146
Now, you can create a public IP and use a NAT gateway to modify this outbound IP address.
153147

articles/azure-functions/functions-hybrid-powershell.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -157,19 +157,13 @@ Hybrid connections are configured from the networking section of the function ap
157157
1. Name the setting **ContosoUserPassword**, and enter the password. Select **OK**.
158158
1. Select **Save** to store the password in the function application.
159159
160-
:::image type="content" source="./media/functions-hybrid-powershell/save-administrator-password.png" alt-text="Save the password for the administrator account." border="true":::
161-
162160
## Create a function HTTP trigger
163161
164162
1. In your function app, select **Functions**, and then select **+ Add**.
165163
166164
:::image type="content" source="./media/functions-hybrid-powershell/create-http-trigger-function.png" alt-text="Create new HTTP trigger." border="true":::
167165
168-
1. Select the **HTTP trigger** template.
169-
170-
:::image type="content" source="./media/functions-hybrid-powershell/select-http-trigger-template.png" alt-text="Select the HTTP trigger template." border="true":::
171-
172-
1. Name the new function and select **Create Function**.
166+
1. Select the **HTTP trigger** template, name the new function, and select **Create Function**.
173167
174168
:::image type="content" source="./media/functions-hybrid-powershell/create-new-http-function.png" alt-text="Name and create the new HTTP trigger function." border="true":::
175169
@@ -210,13 +204,9 @@ Hybrid connections are configured from the networking section of the function ap
210204
-SessionOption (New-PSSessionOption -SkipCACheck)
211205
```
212206
213-
1. Select **Save**.
214-
215-
:::image type="content" source="./media/functions-hybrid-powershell/save-http-function.png" alt-text="Change the PowerShell code and save the HTTP trigger function." border="true":::
216-
217-
1. Select **Test**, and then select **Run** to test the function. Review the logs to verify that the test was successful.
207+
1. Select **Save** to save your changes, then select **Test** > **Run** to test the function.
218208
219-
:::image type="content" source="./media/functions-hybrid-powershell/test-function-hybrid.png" alt-text="Test HTTP trigger function." border="true":::
209+
1. Select **Logs** to review the logs and verify that the test was successful.
220210
221211
## Managing other systems on-premises
222212

articles/azure-functions/functions-scenario-database-table-cleanup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You must have previously published your app to Azure. If you haven't already don
4444

4545
1. On the **Publish** page, select the ellipses (`...`) in the **Hosting** area, and choose **Manage Azure App Service settings**.
4646

47-
![Manage App Service settings for the function app.](./media/functions-scenario-database-table-cleanup/publish-new-resource.png)
47+
:::image type="content" source="./media/functions-scenario-database-table-cleanup/publish-new-resource.png" alt-text="Manage App Service settings for the function app.":::
4848

4949
1. In **Application Settings** select **Add setting**, in **New app setting name** type `sqldb_connection`, and select **OK**.
5050

-20.3 KB
Loading
1.68 KB
Loading
9.69 KB
Loading

0 commit comments

Comments
 (0)