meta_desc: Learn how to deploy changes to an Azure project in this guide.
title: Deploy changes
h1: "Pulumi & Azure: Deploy changes"
weight: 7
menu:
clouds:
parent: azure-get-started
identifier: azure-deploy-changes
aliases:
- /docs/quickstart/azure/deploy-changes/
- /docs/get-started/azure/deploy-changes/
---
Deploy your changes by using `pulumi up` again.
```bash
$ pulumi up
```
Pulumi will run the `preview` step of the update, which computes the minimally disruptive change to achieve the desired state described by the program.
Choosing `yes` will proceed with the update by uploading the `index.html` file to a storage container in your account and enabling static website support on the container.
```
Do you want to perform this update? yes
Updating (dev):
Type Name Status
pulumi:pulumi:Stack quickstart-dev
+ ├─ azure-native:storage:StorageAccountStaticWebsite staticWebsite created
You can check out your new static website at the URL in the `Outputs` section of your update or you can make a `curl` request and see the contents of your `index.html` object printed out in your terminal.