Skip to content

Commit bd1ddd8

Browse files
authored
More tweaks
1 parent a0c83d5 commit bd1ddd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-functions/functions-deployment-technologies.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,17 +203,17 @@ You can use FTP to directly transfer files to Azure Functions.
203203

204204
In the portal-based editor, you can directly edit the files that are in your function app (essentially deploying every time you save your changes).
205205

206-
>__How to use it:__ To be able to edit your functions in the Azure portal, you must have [created your functions in the portal](./functions-get-started.md). To preserve a single source of truth, using any other deployment method makes your function read-only and prevents continued portal editing. To return to a state in which you can edit your files in the Azure portal, you can manually turn the edit mode back to `Read/Write` and remove any deployment-related application settings (like [`WEBSITE_RUN_FROM_PACKAGE`](functions-app-settings.md#website_run_from_package).
206+
>__How to use it:__ To be able to edit your functions in the [Azure portal](https://portal.azure.com), you must have [created your functions in the portal](./functions-get-started.md). To preserve a single source of truth, using any other deployment method makes your function read-only and prevents continued portal editing. To return to a state in which you can edit your files in the Azure portal, you can manually turn the edit mode back to `Read/Write` and remove any deployment-related application settings (like [`WEBSITE_RUN_FROM_PACKAGE`](functions-app-settings.md#website_run_from_package).
207207
208-
>__When to use it:__ The portal is a good way to get started with Azure Functions. For more intense development work, we recommend that you use one of the following client tools:
208+
>__When to use it:__ The portal is a good way to get started with Azure Functions. For more advanced development work, we recommend that you use one of the following client tools:
209209
>
210210
>+ [Visual Studio Code](./create-first-function-vs-code-csharp.md)
211211
>+ [Azure Functions Core Tools (command line)](functions-run-local.md)
212212
>+ [Visual Studio](functions-create-your-first-function-visual-studio.md)
213213
214214
>__Where app content is stored:__ App content is stored on the file system, which may be backed by Azure Files from the storage account specified when the function app was created.
215215
216-
The following table shows the operating systems and languages that support portal editing:
216+
The following table shows the operating systems and languages that support in-portal editing:
217217

218218
| Language | Windows Consumption | Windows Premium | Windows Dedicated | Linux Consumption | Linux Premium | Linux Dedicated |
219219
|-|:-----------------: |:----------------:|:-----------------:|:-----------------:|:-------------:|:---------------:|
@@ -226,8 +226,8 @@ The following table shows the operating systems and languages that support porta
226226
| PowerShell |||| | | |
227227
| TypeScript (Node.js) | | | | | | |
228228

229-
<sup>1</sup> Portal editing is enabled only for HTTP and Timer triggers for Functions on Linux using Premium and Dedicated plans.
230-
<sup>2</sup> Portal editing is only supported for the [v1 Python programming model](functions-reference-python.md?pivots=python-mode-configuration).
229+
<sup>1</sup> In-portal editing is enabled only for HTTP and Timer triggers for Functions on Linux using Premium and Dedicated plans.
230+
<sup>2</sup> In-portal editing is only supported for the [v1 Python programming model](functions-reference-python.md?pivots=python-mode-configuration).
231231

232232
## Deployment behaviors
233233

0 commit comments

Comments
 (0)