You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-functions-event-publishing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Add `eventGridTopicEndpoint` and `eventGridKeySettingName` in a `durableTask` pr
81
81
82
82
The possible Azure Event Grid configuration properties can be found in the [host.json documentation](../functions-host-json.md#durabletask). After you configure the `host.json` file, your function app sends lifecycle events to the event grid topic. This works when you run your function app both locally and in Azure.```
83
83
84
-
Set the app setting for the topic key in the Function App and `local.setting.json`. The following JSON is a sample of the `local.settings.json` for local debugging. Replace `<topic_key>` with the topic key.
84
+
Set the app setting for the topic key in the Function App and `local.settings.json`. The following JSON is a sample of the `local.settings.json` for local debugging. Replace `<topic_key>` with the topic key.
85
85
86
86
```json
87
87
{
@@ -280,4 +280,4 @@ To test locally, use [ngrok](../functions-bindings-event-grid.md#local-testing-w
280
280
> [Learn instance management in Durable Functions](durable-functions-instance-management.md)
281
281
282
282
> [!div class="nextstepaction"]
283
-
> [Learn versioning in Durable Functions](durable-functions-versioning.md)
283
+
> [Learn versioning in Durable Functions](durable-functions-versioning.md)
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-consumption-costs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
8
8
9
9
# Estimating Consumption plan costs
10
10
11
-
There are currently three types of hosting plans for an app that run in Azure Functions, with each plan having its own pricing model:
11
+
There are currently three types of hosting plans for an app that runs in Azure Functions, with each plan having its own pricing model:
12
12
13
13
| Plan | Description |
14
14
| ---- | ----------- |
@@ -81,11 +81,11 @@ Use [Azure Monitor metrics explorer](../azure-monitor/platform/metrics-getting-s
81
81
82
82
1. Select **Apply** to choose your function app as the resource to monitor.
83
83
84
-
1. From **Metric**, choose **Function execution count** and **Sum** for **Aggregation**. This adds the sum of the execution counts during chosen period to the chart.
84
+
1. From **Metric**, choose **Function Execution Count** and **Sum** for **Aggregation**. This adds the sum of the execution counts during chosen period to the chart.
85
85
86
86

87
87
88
-
1. Select **Add metric** and repeat steps 2-4 to add **Function execution units** to the chart.
88
+
1. Select **Add metric** and repeat steps 2-4 to add **Function Execution Units** to the chart.
89
89
90
90
The resulting chart contains the totals for both execution metrics in the chosen time range, which in this case is two hours.
91
91
@@ -184,7 +184,7 @@ This command returns a JSON payload that looks like the following example:
184
184
]
185
185
}
186
186
```
187
-
This particular response shows that from `2019-09-11T21:46` to `2019-09-11T23:18`, during which the app consumed 1110000000 MB-milliseconds (1083.98 GB-seconds).
187
+
This particular response shows that from `2019-09-11T21:46` to `2019-09-11T23:18`, the app consumed 1110000000 MB-milliseconds (1083.98 GB-seconds).
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-develop-vs-code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ Following are example prompts to define a new storage output binding:
140
140
|**Select binding with direction**|`Azure Queue Storage`| The binding is an Azure Storage queue binding. |
141
141
|**The name used to identify this binding in your code**|`msg`| Name that identifies the binding parameter referenced in your code. |
142
142
|**The queue to which the message will be sent**|`outqueue`| The name of the queue that the binding writes to. When the *queueName* doesn't exist, the binding creates it on first use. |
143
-
|**Select setting from "local.setting.json"**|`MyStorageConnection`| The name of an application setting that contains the connection string for the storage account. The `AzureWebJobsStorage` setting contains the connection string for the storage account you created with the function app. |
143
+
|**Select setting from "local.settings.json"**|`MyStorageConnection`| The name of an application setting that contains the connection string for the storage account. The `AzureWebJobsStorage` setting contains the connection string for the storage account you created with the function app. |
144
144
145
145
In this example, the following binding is added to the `bindings` array in your function.json file:
Copy file name to clipboardExpand all lines: articles/azure-functions/ip-addresses.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,15 +76,15 @@ For example, this is what the Western Europe JSON fragment might look like:
76
76
77
77
For information about when this file is updated and when the IP addresses change, expand the **Details** section of the [Download Center page](https://www.microsoft.com/en-us/download/details.aspx?id=56519).
78
78
79
-
## Inbound IP address changes
79
+
## <aname="inbound-ip-address-changes"></a>Inbound IP address changes
80
80
81
81
The inbound IP address **might** change when you:
82
82
83
83
- Delete a function app and recreate it in a different resource group.
84
84
- Delete the last function app in a resource group and region combination, and re-create it.
85
-
- Delete an SSL binding, such as during [certificate renewal](../app-service/configure-ssl-certificate.md#renew-certificate)).
85
+
- Delete an SSL binding, such as during [certificate renewal](../app-service/configure-ssl-certificate.md#renew-certificate).
86
86
87
-
When your function app runs in a [Consumption plan](functions-scale.md#consumption-plan), the inbound IP address might also change when you haven't taken any actions such as the ones listed.
87
+
When your function app runs in a [Consumption plan](functions-scale.md#consumption-plan), the inbound IP address might also change even when you haven't taken any actions such as the ones [listed above](#inbound-ip-address-changes).
88
88
89
89
## Outbound IP address changes
90
90
@@ -93,7 +93,7 @@ The set of available outbound IP addresses for a function app might change when
93
93
* Take any action that can change the inbound IP address.
94
94
* Change your App Service plan pricing tier. The list of all possible outbound IP addresses your app can use, for all pricing tiers, is in the `possibleOutboundIPAddresses` property. See [Find outbound IPs](#find-outbound-ip-addresses).
95
95
96
-
When your function app runs in a [Consumption plan](functions-scale.md#consumption-plan), the outbound IP address might also change when you haven't taken any actions such as the ones listed.
96
+
When your function app runs in a [Consumption plan](functions-scale.md#consumption-plan), the outbound IP address might also change even when you haven't taken any actions such as the ones [listed above](#inbound-ip-address-changes).
97
97
98
98
To deliberately force an outbound IP address change:
0 commit comments