Skip to content

Commit

Permalink
Merge pull request #8314 from harness/CDS-101940
Browse files Browse the repository at this point in the history
fix: [CDS-101940]: Updated Azure Web App documentation to provide detailed explanation of the 'clean' option for all deployment strategy
  • Loading branch information
krishi0408 authored Oct 17, 2024
2 parents 83af092 + 60252b7 commit 6f10e87
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ The **Slot Deployment** step has the following settings:

* **Name:** Enter a name for the step.
* **Timeout:** Enter a minimum of **10m**. The slot deployment relies on Azure and can take time.
* **Clean**: Select if you want to clean the target directory prior to deployment. For more information, go to the [documentation for the `az webapp deploy` command](https://learn.microsoft.com/en-us/cli/azure/webapp?view=azure-cli-latest#az-webapp-deploy()) and see the description of the `--clean` option.
* **Clean**: Select this option if you want to remove all files from the target deployment directory before deploying the new artifact. The `clean` option ensures that the directory is cleared of any residual files from previous deployments, which helps prevent conflicts or issues caused by leftover files. For more information, go to the [documentation for the `az webapp deploy` command](https://learn.microsoft.com/en-us/cli/azure/webapp?view=azure-cli-latest#az-webapp-deploy()) and see the description of the `--clean` option.

* **Web App Name:** Enter the name of the Azure Web App for deployment.

Expand Down Expand Up @@ -375,7 +375,7 @@ The **Slot Deployment** step has the following settings:

* **Name:** Enter a name for the step.
* **Timeout:** Enter a minimum of **10m**. The slot deployment relies on Azure and can take time.
* **Clean**: Select if you want to clean the target directory prior to deployment. For more information, go to the [documentation for the `az webapp deploy` command](https://learn.microsoft.com/en-us/cli/azure/webapp?view=azure-cli-latest#az-webapp-deploy()) and see the description of the `--clean` option.
* **Clean**: Select this option if you want to remove all files from the target deployment directory before deploying the new artifact. The `clean` option ensures that the directory is cleared of any residual files from previous deployments, which helps prevent conflicts or issues caused by leftover files. For more information, go to the [documentation for the `az webapp deploy` command](https://learn.microsoft.com/en-us/cli/azure/webapp?view=azure-cli-latest#az-webapp-deploy()) and see the description of the `--clean` option.

* **Web App Name:** Enter the name of the Azure Web App for deployment.
* **Deployment Slot:** Enter the name of the Source slot for the deployment. This slot is where Harness deploys the new Web App version.Make sure the slot you enter is running.
Expand Down Expand Up @@ -456,7 +456,7 @@ The **Slot Deployment** step has the following settings:
* **Name:** Enter a name for the step.
* **Timeout:** Enter a minimum of **10m**. The slot deployment relies on Azure and can take time.
* **Clean**: Select if you want to clean the target directory prior to deployment. For more information, go to the [documentation for the `az webapp deploy` command](https://learn.microsoft.com/en-us/cli/azure/webapp?view=azure-cli-latest#az-webapp-deploy()) and see the description of the `--clean` option.
* **Clean**: Select this option if you want to remove all files from the target deployment directory before deploying the new artifact. The `clean` option ensures that the directory is cleared of any residual files from previous deployments, which helps prevent conflicts or issues caused by leftover files. For more information, go to the [documentation for the `az webapp deploy` command](https://learn.microsoft.com/en-us/cli/azure/webapp?view=azure-cli-latest#az-webapp-deploy()) and see the description of the `--clean` option.
* **Web App Name:** Enter the Azure Web App for deployment.
* **Deployment Slot:** Enter the Source slot for the deployment. This slot is where Harness deploys the new Web App version.Make sure the slot you select is running. Harness shows all slots regardless of their status.
Expand Down

0 comments on commit 6f10e87

Please sign in to comment.