Skip to content

Commit

Permalink
Switch back to the non-2 domain names (#194)
Browse files Browse the repository at this point in the history
* Switch back to the non-2 domain names

Signed-off-by: Dave Thaler <[email protected]>

* Update casing of web app name in github worflows

Signed-off-by: Dave Thaler <[email protected]>

---------

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler authored Nov 20, 2024
1 parent 07d17a3 commit 4a1c6b9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: Build and deploy .NET Core application to Web App OrcanodeMonitorStaging
name: Build and deploy .NET Core application to Web App orcanodemonitorstaging
on:
push:
branches:
- main
env:
AZURE_WEBAPP_NAME: OrcanodeMonitorStaging2
AZURE_WEBAPP_PACKAGE_PATH: OrcanodeMonitor2\published
AZURE_WEBAPP_NAME: orcanodemonitorstaging
AZURE_WEBAPP_PACKAGE_PATH: OrcanodeMonitor\published
CONFIGURATION: Release
DOTNET_CORE_VERSION: 8.0.x
WORKING_DIRECTORY: OrcanodeMonitor
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: Build and deploy .NET Core application to Web App OrcanodeMonitor
name: Build and deploy .NET Core application to Web App orcanodemonitor
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
env:
AZURE_WEBAPP_NAME: OrcanodeMonitor2
AZURE_WEBAPP_PACKAGE_PATH: OrcanodeMonitor2\published
AZURE_WEBAPP_NAME: orcanodemonitor
AZURE_WEBAPP_PACKAGE_PATH: OrcanodeMonitor\published
CONFIGURATION: Release
DOTNET_CORE_VERSION: 8.0.x
WORKING_DIRECTORY: OrcanodeMonitor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<Project>
<PropertyGroup>
<WebPublishMethod>MSDeploy</WebPublishMethod>
<ResourceId>/subscriptions/1a2e1238-3284-4756-a0bf-18e53df84400/resourcegroups/OrcasoundResourceGroup2/providers/Microsoft.Web/sites/OrcanodeMonitor</ResourceId>
<ResourceGroup>OrcasoundResourceGroup2</ResourceGroup>
<PublishProvider>AzureWebSite</PublishProvider>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
Expand All @@ -16,15 +14,14 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<ExcludeApp_Data>false</ExcludeApp_Data>
<ProjectGuid>d45f546f-d66c-4fdc-b680-d457275221bd</ProjectGuid>
<MSDeployServiceURL>orcanodemonitor.scm.azurewebsites.net:443</MSDeployServiceURL>
<DeployIisAppPath>OrcanodeMonitor</DeployIisAppPath>
<DeployIisAppPath>orcanodemonitor</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>true</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>true</EnableMSDeployBackup>
<EnableMsDeployAppOffline>true</EnableMsDeployAppOffline>
<UserName>$OrcanodeMonitor</UserName>
<UserName>$orcanodemonitor</UserName>
<_SavePWD>true</_SavePWD>
<_DestinationType>AzureWebSite</_DestinationType>
<InstallAspNetCoreSiteExtension>false</InstallAspNetCoreSiteExtension>
</PropertyGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<Project>
<PropertyGroup>
<WebPublishMethod>MSDeploy</WebPublishMethod>
<ResourceId>/subscriptions/1a2e1238-3284-4756-a0bf-18e53df84400/resourceGroups/OrcasoundResourceGroup2/providers/Microsoft.Web/sites/OrcanodeMonitorStaging</ResourceId>
<ResourceGroup>OrcasoundResourceGroup2</ResourceGroup>
<PublishProvider>AzureWebSite</PublishProvider>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
Expand All @@ -16,15 +14,15 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<ExcludeApp_Data>false</ExcludeApp_Data>
<ProjectGuid>d45f546f-d66c-4fdc-b680-d457275221bd</ProjectGuid>
<MSDeployServiceURL>orcanodemonitorstaging.scm.azurewebsites.net:443</MSDeployServiceURL>
<DeployIisAppPath>OrcanodeMonitorStaging</DeployIisAppPath>
<DeployIisAppPath>orcanodemonitorstaging</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>true</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>true</EnableMSDeployBackup>
<EnableMsDeployAppOffline>true</EnableMsDeployAppOffline>
<UserName>$OrcanodeMonitorStaging</UserName>
<UserName>$orcanodemonitorstaging</UserName>
<_SavePWD>true</_SavePWD>
<_DestinationType>AzureWebSite</_DestinationType>
<InstallAspNetCoreSiteExtension>false</InstallAspNetCoreSiteExtension>
</PropertyGroup>
</Project>
</Project>
6 changes: 3 additions & 3 deletions docs/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

### Method 3

1. Go to https://orcanodemonitor2.scm.azurewebsites.net.
1. Go to https://orcanodemonitor.scm.azurewebsites.net.
2. Under the "Debug console" drop down menu, select "CMD".
3. Cd to C:\home\site\wwwroot. Note: steps 1-3 here seem to be equivalent to steps 1-2 in method 2.
4. Type in: dotnet OrcanodeMonitor.dll
Expand All @@ -44,7 +44,7 @@ or to connect to the local database:

## Links

* [Production site](https://orcanodemonitor2.azurewebsites.net/)
* [Staging site](https://orcanodemonitorstaging2.azurewebsites.net/)
* [Production site](https://orcanodemonitor.azurewebsites.net/)
* [Staging site](https://orcanodemonitorstaging.azurewebsites.net/)
* [Azure portal](https://portal.azure.com/)
* [Blog on how to troubleshoot error 500.30](https://zimmergren.net/solving-asp-net-core-3-on-azure-app-service-causing-500-30-in-process-startup-failure/)
4 changes: 2 additions & 2 deletions docs/Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ An IFTTT-compatible service can implement:

### Production server

The production server is online at: https://orcanodemonitor2.azurewebsites.net/
The production server is online at: https://orcanodemonitor.azurewebsites.net/

The production server is automatically updated if a Git tag with a [SemVer](https://semver.org) format version
(e.g., "v0.1.0") is pushed to GitHub.

### Staging server

The staging server is online at: https://orcanodemonitorstaging2.azurewebsites.net/
The staging server is online at: https://orcanodemonitorstaging.azurewebsites.net/

The staging server is automatically updated every time a GitHub pull request is merged.

0 comments on commit 4a1c6b9

Please sign in to comment.