Create Pull Request
| Date | Scan | Status | Result |
|---|---|---|---|
| 2026-01-14 00:00 | #250 | in_progress |
Biased
|
| 2026-01-13 00:00 | #246 | completed |
Biased
|
| 2026-01-11 00:00 | #240 | completed |
Biased
|
| 2026-01-10 00:00 | #237 | completed |
Biased
|
| 2026-01-09 00:34 | #234 | completed |
Biased
|
| 2026-01-08 00:53 | #231 | completed |
Biased
|
| 2026-01-06 18:15 | #225 | cancelled |
Clean
|
| 2025-08-19 00:01 | #85 | completed |
Clean
|
| 2025-07-13 21:37 | #48 | completed |
Clean
|
| 2025-07-12 23:44 | #41 | cancelled |
Biased
|
- Replace the `<storage-account-name>` placeholder value with the name of your storage account. - Replace the `<resource-group-name>` placeholder value with the name of your resource group. ### [PowerShell](#tab/azure-powershell) Find the public URL of your static website by using by using the following command:
- Replace the `<storage-account-name>` placeholder value with the name of your storage account. - Replace the `<error-document-name>` placeholder with the name of the error document that will appear to users when a browser requests a page on your site that does not exist. - Replace the `<index-document-name>` placeholder with the name of the index document. This document is commonly "index.html". ### [PowerShell](#tab/azure-powershell) <a id="powershell"></a> You can enable static website hosting by using the Azure PowerShell module. 1. Open a Windows PowerShell command window. 2. Verify that you have Azure PowerShell module Az version 0.7 or later.
If you need to install or upgrade, see [Install Azure PowerShell module](/powershell/azure/install-azure-powershell). 3. Sign in to your Azure subscription with the `Connect-AzAccount` command and follow the on-screen directions.
> [!NOTE]
> If the browser prompts users users to download the file instead of rendering the contents, you can append `-Properties @{ ContentType = "text/html; charset=utf-8";}` to the command.
- Replace the `<path-to-file>` placeholder value with the fully qualified path to the file that you want to upload (For example: `C:\temp\index.html`).
- Replace the `<blob-name>` placeholder value with the name that you want to give the resulting blob (For example: `index.html`).
---
<a id="portal-find-url"></a>
## Find the website URL
You can view the pages of your site from a browser by using the public URL of the website.
### [Portal](#tab/azure-portal)
In the pane that appears beside the account overview page of your storage account, select **Static Website**. The URL of your site appears in the **Primary endpoint** field.

### [Azure CLI](#tab/azure-cli)
Find the public URL of your static website by using the following command: