EdiWang / Moonglade

The ASP.NET Core blog system of https://edi.wang, runs on Microsoft Azure
https://edi.wang
GNU General Public License v3.0
512 stars 136 forks source link

Update Azure Deployment Script #794

Closed EdiWang closed 3 months ago

EdiWang commented 4 months ago

Git rid of deprecation warning

Your Moonglade will be deployed to [moongladersg760] in [East Asia] under Azure subscription [22526f64-4806-4eb9-9ca5-936d798766b2]. Please confirm before continue.
+ Linux App Service Plan with Docker
Press [ENTER] to continue, [CTRL + C] to cancel:

Selected Azure Subscription:  22526f64-4806-4eb9-9ca5-936d798766b2
Creating Resource Group
Deploying App Service Plan...
WARNING: Readonly attribute name will be ignored in class <class 'azure.mgmt.web.v2023_01_01.models._models_py3.AppServicePlan'>
Deploying Azure SQL...
Creating SQL Server
Setting Firewall to Allow Azure Connection
Creating SQL Database
SQL Server Password: mhH%fe7ek
Deploying Storage...
Creating Storage Account
Creating storage container
Creating Web App
Using Linux Plan with Docker image from 'ediwang/moonglade', this deployment will be ready to run.
WARNING: Option '--deployment-container-image-name' has been deprecated and will be removed in a future release.
WARNING: App settings have been redacted. Use `az webapp/logicapp/functionapp config appsettings list` to view.
Web App URL: https://moonglade1440test01.azurewebsites.net
Updating Configuration
Setting SQL Database Connection String
WARNING: Connection string values have been redacted. Use `az webapp config connection-string list` to view.
Adding Blob Storage Connection String
WARNING: App settings have been redacted. Use `az webapp/logicapp/functionapp config appsettings list` to view.
WARNING: App settings have been redacted. Use `az webapp/logicapp/functionapp config appsettings list` to view.
WARNING: App settings have been redacted. Use `az webapp/logicapp/functionapp config appsettings list` to view.
WARNING: App settings have been redacted. Use `az webapp/logicapp/functionapp config appsettings list` to view.
WARNING: App settings have been redacted. Use `az webapp/logicapp/functionapp config appsettings list` to view.
Warming up the container...
Setup is done, you should be able to run Moonglade on 'https://moonglade1440test01.azurewebsites.net' now, press [ENTER] to exit.:
EdiWang commented 3 months ago

close as done