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
Or open in Visual Studio or Visual Studio Code and select Debug/Start Without Debugging.
77
58
78
-
On first launch, the web application detects that the database schema has not been created and presents the **Install Wizard**. Follow the steps below to complete the initial setup.
59
+
---
79
60
80
-
### Step 1: Configure Database
61
+
##4. Install Wizard
81
62
82
-
- The wizard displays the current SQL Server connection string (auto-configured by Aspire).
83
-
- Click **Test Connection** to verify connectivity.
84
-
- Click **Create Database** to run the schema creation scripts.
63
+

85
64
86
-
### Step 2: Configure Storage
65
+
The Aspire Dashbord will open in your web browser. Locate the line that has the webapp and click the https hyperlink.
87
66
88
-
- The wizard displays the current Azure Storage connection (Azurite in development).
89
-
- Click **Test Connection** to verify Blob, Queue, and Table access.
90
-
- The required containers and tables are created automatically.
91
67
92
-
### Step 3: Create Admin User
68
+

93
69
94
-
- Enter the initial administrator username and password.
95
-
- This account is used to sign in and manage the application.
70
+
On first launch, the web application detects that the database schema has not been created and presents the **Install Wizard**.
96
71
97
-
### Step 4: Review Summary
72
+

98
73
99
-
- Review all configuration settings.
100
-
- Click **Finish** to complete the setup.
101
-
- The application redirects to the home page.
74
+
Follow the steps below to complete the initial setup.
102
75
103
76
---
104
77
105
78
## 5. Verify Installation
106
79
80
+

81
+
107
82
After the Install Wizard completes:
108
83
109
84
1.**Home page** — You should see the job list (empty on first install).
0 commit comments