Skip to content

Commit 2088232

Browse files
committed
acrolynx minimum
1 parent e529e7b commit 2088232

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/app-service/includes/quickstart-python/create-app-service-azure-portal-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ ms.date: 07/26/2023
66
---
77
The App Service plan controls the amount of resources (CPU/memory) that are available to your app and the cost of those resources.<br>
88
<br>
9-
For this example, under **Dev/Test**, select the **Basic B1** plan. The Basic B1 plan will incur a small charge against your Azure account but is recommended for better performance over the Free F1 plan.<br>
9+
For this example, under **Dev/Test**, select the **Basic B1** plan. The Basic B1 plan will incur a small charge against your Azure account but is recommended for better performance over the Free F1 plan.<br>
1010
<br>
1111
When finished, select **Select** to apply your changes.

articles/app-service/includes/quickstart-python/deploy-local-git.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ You can now push code from your local Git repository to Azure using the Git remo
2727
git push azure main:master
2828
```
2929

30-
The first time you push code to Azure, Git will prompt you for the Azure deployment credentials you obtained in the previous step. Git will then cache these credentials so you won't have to re-enter them on subsequent deployments.
30+
The first time you push code to Azure, Git will prompt you for the Azure deployment credentials you obtained in the previous step. Git will then cache these credentials so you won't have to reenter them on subsequent deployments.
3131

3232
### [Azure CLI](#tab/deploy-instructions-azcli)
3333

34-
First, configure the deployment source for your web app to be local Git using the `az webapp deployment source` command. This command will output the URL of the remote Git repository that you will be pushing code to. Make a copy of this value as you will need it in a later step.
34+
First, configure the deployment source for your web app to be local Git using the `az webapp deployment source` command. This command will output the URL of the remote Git repository that you'll be pushing code to. Make a copy of this value as you'll need it in a later step.
3535

3636
[!INCLUDE [CLI deploy configure](./deploy-local-instructions-cli-1.md)]
3737

articles/app-service/includes/quickstart-python/stream-logs-azure-portal-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.date: 01/29/2022
66
---
77
Select **Log stream** from the **Monitoring** section in the navigation pane on the left. Refresh the home page in the app or attempt other requests to generate some log messages.<br>
88
<br>
9-
You will see any log messages generated by your app and messages generated by the service in the output.
9+
You'll see any log messages generated by your app and messages generated by the service in the output.

articles/app-service/includes/quickstart-python/stream-logs-visual-studio-code-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.date: 01/29/2022
66
---
77
The console logs appear in the VS Code Output window. Refresh the home page in the app or attempt other requests to generate some log messages.<br>
88
<br>
9-
You will see any log messages generated by your app as well as other messages generated by the service in the output.
9+
You'll see any log messages generated by your app as well as other messages generated by the service in the output.

0 commit comments

Comments
 (0)