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/functions-core-tools-reference.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
@@ -164,7 +164,7 @@ func host start
164
164
|**`--timeout`**| The timeout for the Functions host to start, in seconds. Default: 20 seconds.|
165
165
|**`--useHttps`**| Bind to `https://localhost:{port}` rather than to `http://localhost:{port}`. By default, this option creates a trusted certificate on your computer.|
166
166
167
-
In version 1.x, you can also use the [`func run` command](#func-run) to run a specific function and pass test data to it.
167
+
In version 1.x, you can also use the [`func run`](#func-run) command to run a specific function and pass test data to it.
168
168
169
169
---
170
170
@@ -514,7 +514,7 @@ Deploys a Functions project as a custom docker container to a Kubernetes cluster
514
514
func kubernetes deploy
515
515
```
516
516
517
-
This command builds your project as a custom container and publishes it to a Kubernetes cluster. Custom containers must have a Dockerfile. To create an app with a Dockerfile, use the `--dockerfile` option with the [`func init` command](#func-init).
517
+
This command builds your project as a custom container and publishes it to a Kubernetes cluster. Custom containers must have a Dockerfile. To create an app with a Dockerfile, use the `--dockerfile` option with the [`func init`](#func-init) command.
518
518
519
519
The following Kubernetes deployment options are available:
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-powershell,programming-language-python,programming-language-typescript"
471
-
To publish your local code to a function app in Azure, use the [`func azure functionapp publish publish` command](./functions-core-tools-reference.md#func-azure-functionapp-publish), as in the following example:
471
+
To publish your local code to a function app in Azure, use the [`func azure functionapp publish publish`](./functions-core-tools-reference.md#func-azure-functionapp-publish) command, as in the following example:
472
472
473
473
```
474
474
func azure functionapp publish <FunctionAppName>
@@ -505,7 +505,7 @@ The following considerations apply to this kind of deployment:
505
505
506
506
### Azure Container Apps deployment
507
507
508
-
Functions lets you deploy a [containerized functionapp](functions-create-container-registry.md) to an Azure Container Apps environment. For more information, see [Azure Container Apps hosting of Azure Functions](functions-container-apps-hosting.md). Use the following [`func azurecontainerapps deploy` command](./functions-core-tools-reference.md#func-azurecontainerapps-deploy) to deploy an existing container image to a Container Apps environment:
508
+
Functions lets you deploy a [containerized functionapp](functions-create-container-registry.md) to an Azure Container Apps environment. For more information, see [Azure Container Apps hosting of Azure Functions](functions-container-apps-hosting.md). Use the following [`func azurecontainerapps deploy`](./functions-core-tools-reference.md#func-azurecontainerapps-deploy)command to deploy an existing container image to a Container Apps environment:
You can use this command to install any compatible NuGet package. To learn more, see the [`func extensions install` command](functions-core-tools-reference.md#func-extensions-install).
557
+
You can use this command to install any compatible NuGet package. To learn more, see the [`func extensions install`](functions-core-tools-reference.md#func-extensions-install) command.
0 commit comments