Skip to content

Commit 197e9b2

Browse files
committed
Fix bad links
1 parent 2e85a27 commit 197e9b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-how-to-github-actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you don't want to create your YAML file by hand, select a different method at
4444
::: zone-end
4545
::: zone pivot="method-manual,method-template"
4646

47-
## Choose deployment credentials
47+
## <a name="generate-deployment-credentials"></a>Choose deployment credentials
4848

4949
Since GitHub Actions requires credentials to be able to access Azure resources, you first need to get the credentials you need from Azure and store them securely in your repository as [GitHub secrets](https://docs.github.com/en/actions/reference/encrypted-secrets).
5050

@@ -378,11 +378,11 @@ Python functions aren't supported on Windows. Choose Linux instead.
378378
379379
:::code language="yml" source="~/azure-actions-workflow-samples/FunctionApp/linux-powershell-functionapp-on-azure.yml" range="1-5,13-31":::
380380
381-
### [Container](#tab/Container/windows)
381+
### [Container](#tab/container/windows)
382382
383383
Container deployments aren't supported on Windows. Choose Linux instead.
384384
385-
### [Container](#tab/Container/linux)
385+
### [Container](#tab/container/linux)
386386
387387
:::code language="yml" source="~/azure-actions-workflow-samples/FunctionApp/linux-container-functionapp-on-azure.yml" range="9-57":::
388388

0 commit comments

Comments
 (0)