Skip to content

Commit 684ee8f

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 7aea0da + 4d8922a commit 684ee8f

File tree

278 files changed

+177
-3036
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+177
-3036
lines changed
4.97 KB
Loading
Loading

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

Lines changed: 0 additions & 4 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]
@@ -328,8 +326,6 @@ To attach a remote debugger to a function app running in-process with the Functi
328326
329327
+ From the **Publish** tab, select the ellipses (**...**) in the **Hosting** section, and then choose **Attach debugger**.
330328
331-
:::image type="content" source="media/functions-develop-vs/attach-to-process-in-process.png" alt-text="Screenshot of attaching the debugger from Visual Studio.":::
332-
333329
Visual Studio connects to your function app and enables remote debugging, if not already enabled. It also locates and attaches the debugger to the host process for the app. At this point, you can debug your function app as normal.
334330
::: zone-end
335331

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

articles/azure-functions/functions-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Older minor versions are periodically removed from Functions. For the latest new
6666
::: zone pivot="programming-language-csharp"
6767
There's technically not a correlation between binding extension versions and the Functions runtime version. However, starting with version 4.x the Functions runtime enforces a minimum version for all trigger and binding extensions.
6868

69-
If you receive a warning about a package not meeting a minimum required version, you should update that NuGet package to the minimum version as you normally would. The minimum version requirements for extensions used in Functions v4.x can be found in [the linked configuration file](https://github.com/Azure/azure-functions-host/blob/v4.x/src/WebJobs.Script/extensionrequirements.json).
69+
If you receive a warning about a package not meeting a minimum required version, you should update that NuGet package to the minimum version as you normally would. The minimum version requirements for extensions used in Functions v4.x can be found in [the linked configuration file](https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script/extensionrequirements.json).
7070

7171
For C# script, update the extension bundle reference in the host.json as follows:
7272

-20.3 KB
Loading
1.68 KB
Loading

0 commit comments

Comments
 (0)