Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Deploy Targets refresh #2593

Merged
merged 5 commits into from
Dec 13, 2024
Merged

Conversation

tleed5
Copy link
Contributor

@tleed5 tleed5 commented Dec 12, 2024

Summary

Refreshes the Azure deployment target pages and redirects all Azure cloud service pages to the Azure deployment target overview page which has information about the deprecation.

Warning

This PR doesn't remove links to any of the cloud service docs on other pages, but since all of the cloud service pages are redirected to somewhere that gives context I think it is okay.
These links can be removed sometime in the new year - See slack thread for more context https://octopusdeploy.slack.com/archives/C06A5JTBCC8/p1733901123949449

Updated redirects

All of the below pages are now redirected to docs/infrastructure/deployment-targets/azure

  • docs/deployments/azure/getting-started-with-azure-cloud-services
  • docs/deployments/azure/cloud-services
  • docs/deployments/azure/cloud-services/vip-swap
  • docs/deployments/azure/deploying-a-package-to-an-azure-cloud-service
  • docs/infrastructure/azure-cloud-service-target
  • docs/infrastructure/azure/cloud-service-targets
  • docs/infrastructure/deployment-targets/dynamic-infrastructure/azure-cloud-service-target

Before

Screenshot 2024-12-12 at 3 43 51 pm
Screenshot 2024-12-12 at 3 43 21 pm
Screenshot 2024-12-12 at 3 43 33 pm
Screenshot 2024-12-12 at 3 44 03 pm

After

Screenshot 2024-12-12 at 3 45 01 pm
Screenshot 2024-12-12 at 3 41 41 pm
Screenshot 2024-12-12 at 3 42 14 pm
Screenshot 2024-12-12 at 3 42 01 pm

@tleed5 tleed5 marked this pull request as ready for review December 12, 2024 05:50

:::div{.warning}
Regarding Azure Cloud Services, Microsoft [announced](https://blogs.msdn.microsoft.com/appserviceteam/2018/03/12/deprecating-service-management-apis-support-for-azure-app-services/) that from June 30th 2018 they are retiring support for Azure Service Management API (which indicates Cloud Services). Microsoft stated that _"Cloud Services is similar to Service Fabric in degree of control versus ease of use, but it's now a legacy service and Service Fabric is recommended for new development"_ ([source](https://docs.microsoft.com/en-us/azure/app-service/choose-web-site-cloud-service-vm)).
Octopus Deploy versions prior to `2024.1` deploying to Azure Cloud Services was supported([See deprecation notice for more details](/docs/deprecations#azure-cloud-services-classic)) but as of September 1st 2024 Azure Cloud Services(Classic) Microsoft has deprecated these services and as of October 1st 2024 Microsoft is shutting down any existing running Cloud Service deployments. ([Source](https://learn.microsoft.com/en-us/azure/cloud-services/cloud-services-choose-me))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Octopus Deploy versions prior to `2024.1` deploying to Azure Cloud Services was supported([See deprecation notice for more details](/docs/deprecations#azure-cloud-services-classic)) but as of September 1st 2024 Azure Cloud Services(Classic) Microsoft has deprecated these services and as of October 1st 2024 Microsoft is shutting down any existing running Cloud Service deployments. ([Source](https://learn.microsoft.com/en-us/azure/cloud-services/cloud-services-choose-me))
Azure Cloud Services are no longer supported in Octopus Deploy as of `2025.1`.
Microsoft has deprecated these Azure services, and as of October 1st 2024 shut down existing Cloud Service deployments. ([Source](https://learn.microsoft.com/en-us/azure/cloud-services/cloud-services-choose-me))

Copy link
Contributor

@zentron zentron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some rewording

@tleed5 tleed5 merged commit 9bc16ee into main Dec 13, 2024
4 checks passed
@tleed5 tleed5 deleted the tl/azure-deployment-target-refresh branch December 13, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants