Skip to content

Commit e325fb7

Browse files
committed
fix note formatting
1 parent 5c28915 commit e325fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/deploy-run-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ There are two ways to deploy [WebJob](webjobs-create.md) files when you [enable
7171
- Deploy in the same ZIP package as your app: include them as you normally would in `<project-root>\app_data\jobs\...` (which maps to the deployment path `\site\wwwroot\app_data\jobs\...` as specified in the [WebJobs quickstart](webjobs-create.md#webjob-types)).
7272
- Deploy separately from the ZIP package of your app: Since the usual deployment path `\site\wwwroot\app_data\jobs\...` is now read-only, you can't deploy WebJob files there. Instead, deploy WebJob files to `\site\jobs\...`, which is not read only. WebJobs deployed to `\site\wwwroot\app_data\jobs\...` and `\site\jobs\...` both run.
7373

74-
> [Note]
74+
> [!NOTE]
7575
> When `\site\wwwroot` becomes read-only, operations like the creation of the *disable.job* will fail.
7676
7777
## Troubleshooting

0 commit comments

Comments
 (0)