Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds prebuild and postbuild to service lifecycle hook docs. #1399

Merged
merged 2 commits into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion articles/azure-developer-cli/azd-extensibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The following `azd` command hooks are available:
The following service lifecycle event hooks are available:

* `prerestore` and `postrestore`: Run before and after the service packages and dependencies are restored.
* `prebuild` and `postbuild`: Run before and after the service source code or container is built.
* `prepackage` and `postpackage`: Run before and after the app is packaged for deployment.
* `predeploy` and `postdeploy`: Run before and after the service code is deployed to Azure.

Expand Down Expand Up @@ -198,4 +199,4 @@ echo 'Running "prepdocs.py"'
--tenantid "$AZURE_TENANT_ID" -v
```

[!INCLUDE [request-help](includes/request-help.md)]
[!INCLUDE [request-help](includes/request-help.md)]