Skip to content

Commit

Permalink
Removing Cloud Service samples (Particular#5415)
Browse files Browse the repository at this point in the history
* Remove deprecated Cloud Service sample files

* Redirects and fixes
  • Loading branch information
DavidBoike authored Aug 5, 2021
1 parent 466adf2 commit d8fd1a8
Show file tree
Hide file tree
Showing 58 changed files with 11 additions and 1,801 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ redirects:
- servicecontrol/sc-si
- servicecontrol/debugging-servicecontrol
related:
- samples/azure/shared-host
- servicecontrol/installation
---
```

Expand Down
11 changes: 4 additions & 7 deletions nservicebus/azure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,16 @@ NServiceBus helps create distributed .NET systems not only on premises but also

## Hosting

* [Hosting in Azure Cloud Services](/nservicebus/hosting/cloud-services-host/)
* [Shared Hosting in Azure Cloud Services](/samples/azure/shared-host/)
* [Hosting in Azure WebJobs](/samples/azure/webjob-host/)
* [Azure Cloud Showcase](/samples/showcase/cloud-azure/) using WebApps and WebJobs
* [Hosting in Service Fabric](/nservicebus/hosting/service-fabric-hosting/)
* [Hosting in Azure Cloud Services](/nservicebus/hosting/cloud-services-host/) (deprecated)

## Serverless

* [Azure Functions with Azure Service Bus](/nservicebus/hosting/azure-functions/service-bus.md)
* [Azure Functions with Azure Storage Queues](/previews/azure-functions-storage-queues.md)

### Self-hosting

* [Azure App Service](/samples/showcase/cloud-azure/) using WebApps and WebJobs
* [Service Fabric](/nservicebus/hosting/service-fabric-hosting/)

## Transports

* [Azure Service Bus Transport](/transports/azure-service-bus/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WARNING: The NServiceBus Azure Host package is deprecated as of version 9. Instead use [self-hosting in Azure Cloud Services](/samples/azure/self-host). Refer to the [upgrade guide](/nservicebus/upgrades/acs-host-7to8.md) for further details.
WARNING: The NServiceBus Azure Host package is deprecated as of Version 9 as Microft has deprecated the Cloud Service hosting model. Users are recommended to switch to a different cloud hosting model.
3 changes: 1 addition & 2 deletions nservicebus/hosting/cloud-services-host/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ redirects:
- nservicebus/azure/hosting-nservicebus-in-windows-azure-cloud-services
- nservicebus/windows-azure-transport
related:
- samples/azure/shared-host
- nservicebus/lifecycle
reviewed: 2020-04-26
---
Expand All @@ -32,7 +31,7 @@ snippet: AzureServiceBusTransportWithAzureHost

Partial: Worker

When self-hosting, everything can be configured using the API and extension methods available in the NServiceBus Azure-related packages; it's not required to reference the hosting package. To self-host an endpoint, add the required configuration to the role entry point. For more information on how to self-host in Cloud Services, refer to the Cloud Services [self-hosting sample](/samples/azure/self-host/).
When self-hosting, everything can be configured using the API and extension methods available in the NServiceBus Azure-related packages; it's not required to reference the hosting package. To self-host an endpoint, add the required configuration to the role entry point.


## Cloud Services - Web Roles
Expand Down
2 changes: 0 additions & 2 deletions nservicebus/hosting/cloud-services-host/shared-hosting.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Shared Hosting in Azure
summary: Using Azure cloud services to host multiple NServiceBus endpoints on a shared pool of machines.
related:
- samples/azure/shared-host
redirects:
- nservicebus/shared-hosting-nservicebus-in-windows-azure-cloud-services
- nservicebus/azure/shared-hosting-nservicebus-in-windows-azure-cloud-services
Expand Down
12 changes: 1 addition & 11 deletions nservicebus/upgrades/acs-host-7to8.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,13 @@ reviewed: 2021-07-23
component: CloudServicesHost
related:
- nservicebus/upgrades/6to7
- samples/azure/self-host
isUpgradeGuide: true
upgradeGuideCoreVersions:
- 6
- 7
---

The NServiceBus Azure Host will be deprecated as of Version 9 and users are recommended to switch to self-hosting for new endpoints. Upgrading existing endpoints is still supported for Version 8.

include: host-deprecate


## Migrating procedure

See the [self-hosting sample](/samples/azure/self-host/) for details. For multi-hosting it is recommended to apply self-hosting with multiple endpoints similar to the [multi-hosting sample](/samples/hosting/generic-multi-hosting).

If process isolation is required between the endpoints it is advised to stay with the latest version of the cloud host. Process isolation will be addressed in the upgrade guides when the host is fully deprecated.
The NServiceBus Azure Host package is deprecated as of Version 9 as Microft has deprecated the Cloud Service hosting model. Users are recommended to switch to a different cloud hosting model.


### Configuration
Expand Down
25 changes: 0 additions & 25 deletions samples/azure/self-host/Core_7/AzureSelfHosting.sln

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions samples/azure/self-host/Core_7/HostWorker/AsyncLazy.cs

This file was deleted.

Loading

0 comments on commit d8fd1a8

Please sign in to comment.