Skip to content

Commit bd0450d

Browse files
authored
grammar fix
1 parent d61e486 commit bd0450d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ You can't deploy from local git using GitHub Actions. Instead choose the [App Se
126126

127127
1. Go to your function app in the [Azure portal](https://portal.azure.com) and select **Deployment Center**.
128128

129-
1. For **Source**, select **Azure Repos**. If **App Service build service** provider isn't the default, select **Change provider** choose **App Service build service** and select **OK**.
129+
1. For **Source**, select **Azure Repos**. If **App Service build service** provider isn't the default, select **Change provider**, select **App Service build service**, and then select **OK**.
130130

131131
1. Select values for **Organization**, **Project**, **Repository**, and **Branch**. Only organizations that belong to your Azure account are displayed.
132132

@@ -136,7 +136,7 @@ You can't deploy from local git using GitHub Actions. Instead choose the [App Se
136136

137137
1. Go to your function app in the [Azure portal](https://portal.azure.com) and select **Deployment Center**.
138138

139-
1. For **Source**, select **GitHub**. If **App Service build service** provider isn't the default, select **Change provider** choose **App Service build service** and select **OK**.
139+
1. For **Source**, select **GitHub**. If **App Service build service** provider isn't the default, select **Change provider**, select **App Service build service**, and then select **OK**.
140140

141141
1. If you haven't already authorized GitHub access, select **Authorize**. Provide your GitHub credentials and select **Sign in**. If you need to authorize a different GitHub account, select **Change Account** and sign in with another account.
142142

0 commit comments

Comments
 (0)