Skip to content

Commit ca75e7d

Browse files
Merge pull request #595 from microsoft/psl-wafstandardization
refactor: removed old bicep files and updated readme files
2 parents 5327f2f + 54d9512 commit ca75e7d

22 files changed

+30
-1992
lines changed

documents/CustomizeData.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,17 @@ If you would like to update the solution to leverage your own data please follow
2121
```
2222
a. resourcegroupname_param - the name of the resource group.
2323

24+
> Note (WAF‑aligned deployments): If you deployed the solution with the WAF / private networking option enabled, you must run the data processing script **from inside the deployed VM (jumpbox / processing VM)** so it can reach the private endpoints. Follow these steps:
25+
>
26+
> 1. Connect to the VM (Azure Bastion, SSH, or RDP depending on OS).
27+
> 2. Ensure the repo (or the `infra/scripts` folder) is present. If not, clone or pull it.
28+
> 3. Open a Bash-compatible shell (Git Bash on Windows, or native bash on Linux).
29+
> 4. Run `az login` (add `--tenant <tenantId>` if required by your org policy).
30+
> 5. Navigate to `infra/scripts` and execute:
31+
> ```bash
32+
> bash run_process_data_scripts.sh <resource-group-name>
33+
> ```
34+
> 6. Replace `<resource-group-name>` with the name of the resource group you deployed (same value used for `resourcegroupname_param`).
35+
>
36+
> Tip: If Azure CLI is not installed on the VM, install it first (see official docs) before running the script.
37+

documents/CustomizingAzdParameters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ By default this template will use the environment name as the prefix to prevent
2424
| `AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID` | string | Guide to get your [Existing Workspace ID](/documents/re-use-log-analytics.md) | Reuses an existing Log Analytics Workspace instead of creating a new one. |
2525
| `USE_LOCAL_BUILD` | string | `false` | Indicates whether to use a local container build for deployment. |
2626
| `AZURE_EXISTING_AI_PROJECT_RESOURCE_ID` | string | `<Existing AI Project resource Id>` | Reuses an existing AIFoundry and AIFoundryProject instead of creating a new one. |
27-
27+
| `AZURE_ENV_VM_ADMIN_USERNAME` | string | `take(newGuid(), 20)` | The administrator username for the virtual machine. |
28+
| `AZURE_ENV_VM_ADMIN_PASSWORD` | string | `newGuid()` | The administrator password for the virtual machine. |
2829

2930

3031
## How to Set a Parameter

infra/create-sql-user-and-role.bicep

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)