You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: 00 - Resource Deployment/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ There are two options for deploying the resources to Azure for this solution acc
26
26
## Prerequisites
27
27
28
28
1. Access to an Azure Subscription
29
+
2. If you're running the PowerShell script, you'll also need to install the [Az PowerShell Module](https://docs.microsoft.com/powershell/azure/install-az-ps)
29
30
30
31
## Running the PowerShell Script
31
32
@@ -34,10 +35,15 @@ There are two options for deploying the resources to Azure for this solution acc
34
35
To run the [PowerShell script](./deploy.ps1):
35
36
36
37
1. Open PowerShell and navigate to this folder.
38
+
39
+
```cmd
40
+
cd "00 - Resource Deployment"
41
+
```
42
+
37
43
2. Run the following command:
38
44
39
45
```cmd
40
-
./deploy.ps1
46
+
./deploy.ps1
41
47
```
42
48
43
49
3. After running the script, you'll be prompted to login and provide additional information.
0 commit comments