Skip to content

Commit 3ef0a2c

Browse files
authored
Update appservice.md (#1280)
1 parent 8224a30 commit 3ef0a2c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/appservice.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ In the Azure portal, navigate to your App Service.
3131
Select _Deployment Center_ from the side navigation menu, then select _Logs_.
3232
You should see a timestamped list of recent deploys:
3333

34-
![Screenshot of deployment logs tab from Azure App Service](images/appservice_deploymentcenter.png)
34+
![Screenshot of deployment logs tab from Azure App Service](images/screenshot_appservice_deploymentcenter.png)
3535

3636
Check whether the status of the most recent deploy is "Success (Active)" or "Failed". If it's success, the deployment logs might still reveal issues, and if it's failed, the logs should certainly reveal the issue.
3737

3838
Click the commit ID to open the logs for the most recent deploy. First scroll down to see if any errors or warnings are reported at the end. This is what you'll hopefully see if all went well:
3939

40-
![Screenshot of successful deployment logs from Azure App Service](images/appservice_deployment_log.png)
40+
![Screenshot of successful deployment logs from Azure App Service](images/screenshot_appservice_deployment_log.png)
4141

4242
Now scroll back up to find the timestamp with the label "Running oryx build".
4343
[Oryx](https://github.com/microsoft/Oryx) is the open source tool that builds apps for App Service, Functions, and other platforms, across all the supported MS languages. Click the _Show logs_ link next to that label. That will pop open detailed logs at the bottom. Scroll down.
@@ -531,7 +531,8 @@ Copying .ostype to manifest output directory.
531531
532532
Done in 522 sec(s).
533533
```
534-
</summary>
534+
535+
</details>
535536

536537
Look for these important steps in the Oryx build:
537538

0 commit comments

Comments
 (0)