File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ solution.**
30
30
31
31
### Build the code
32
32
33
- 1 . Ensure you have the .NET 6 SDK installed. [ Install it if
33
+ 1 . Ensure you have the .NET 7 SDK installed. [ Install it if
34
34
needed] ( https://dotnet.microsoft.com/download ) .
35
35
```
36
36
dotnet --info
@@ -50,7 +50,7 @@ solution.**
50
50
### Deploy to Azure
51
51
52
52
PowerShell is used for the following steps. I have tested Windows PowerShell
53
- 5.1, Windows PowerShell 7.1.3 , and Linux PowerShell 7.1.3 .
53
+ 5.1, Windows PowerShell 7.3.7 , and Linux PowerShell 7.3.7 .
54
54
55
55
1 . Ensure you have the Az PowerShell modules. [ Install them if
56
56
needed] ( https://docs.microsoft.com/en-us/powershell/azure/install-az-ps ) .
@@ -93,6 +93,8 @@ The end of the output looks like this:
93
93
Warming up the website and workers...
94
94
<b >https://nugetinsights-joel.azurewebsites.net/</b > - 200 OK
95
95
https://nugetinsights-joel-worker-0.azurewebsites.net/ - 200 OK
96
+ Deployment is complete.
97
+ Go to here for the admin panel: https://nugetinsights-joel.azurewebsites.net/Admin
96
98
</pre >
97
99
98
100
You can go the first URL which is the website URL in your web browser and click on
You can’t perform that action at this time.
0 commit comments