Skip to content

Commit 5855aea

Browse files
Merge pull request #223544 from ggailey777/patch-5
[Functions][customer] Clarify that separate storage may be required
2 parents b777f24 + 49e2534 commit 5855aea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,11 @@ def main(req: func.HttpRequest,
397397
```
398398

399399
When the function is invoked, the HTTP request is passed to the function as `req`. An entry will be retrieved from the Azure Blob Storage account based on the _ID_ in the route URL and made available as `obj` in the function body. Here, the specified storage account is the connection string that's found in the AzureWebJobsStorage app setting, which is the same storage account that's used by the function app.
400+
::: zone-end
401+
402+
For data intensive binding operations, you may want to use a separate storage account. For more information, see [Storage account guidance](storage-considerations.md#storage-account-guidance).
400403

404+
::: zone pivot="python-mode-decorators"
401405
At this time, only specific triggers and bindings are supported by the Python v2 programming model. Supported triggers and bindings are as follows:
402406

403407
| Type | Trigger | Input binding | Output binding |

0 commit comments

Comments
 (0)