Skip to content

Commit d607ec0

Browse files
committed
updates
1 parent 4b906f7 commit d607ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/app-service-web-tutorial-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In this step, you deploy your .NET Core application to App Service.
101101

102102
[!INCLUDE [app-service-plan-no-h](../../includes/app-service-web-git-push-to-azure-no-h.md)]
103103

104-
<pre>
104+
```
105105
Enumerating objects: 83, done.
106106
Counting objects: 100% (83/83), done.
107107
Delta compression using up to 8 threads
@@ -126,7 +126,7 @@ In this step, you deploy your .NET Core application to App Service.
126126
remote: Deployment successful.
127127
To https://&lt;app_name&gt;.scm.azurewebsites.net/&lt;app_name&gt;.git
128128
* [new branch] master -> master
129-
</pre>
129+
```
130130

131131
### Browse to the Azure app
132132

0 commit comments

Comments
 (0)