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

Create 24.2 docs, remove 24.2 features from 24.1 docs #282

Closed
wants to merge 3 commits into from

Conversation

llewellyn-sl
Copy link
Contributor

No description provided.

Copy link

netlify bot commented Nov 6, 2024

Deploy Preview for seqera-docs ready!

Name Link
🔨 Latest commit 4fcd9c5
🔍 Latest deploy log https://app.netlify.com/sites/seqera-docs/deploys/672b5d3fa6e4930008ce4c8a
😎 Deploy Preview https://deploy-preview-282--seqera-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@llewellyn-sl llewellyn-sl marked this pull request as ready for review November 6, 2024 13:18
@justinegeffen justinegeffen added the 1. Editor review Needs a language review label Nov 6, 2024
@justinegeffen
Copy link
Contributor

Preview looks good to me, thanks!

This PR has been opened based on this branch: #283 but I think we'll have to pin it until Enterprise release.

Copy link
Member

@christopher-hakkaart christopher-hakkaart left a comment

Choose a reason for hiding this comment

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

Some suggestions around platform vs Platform. The links I checked looked okay.


Azure regions are specific geographic locations around the world where Microsoft has established data centers to host its cloud services. Each Azure region is a collection of data centers that provide users with high availability, fault tolerance, and low latency for cloud services. Each region offers a wide range of Azure services that can be chosen to optimize performance, ensure data residency compliance, and meet regulatory requirements. Azure regions also enable redundancy and disaster recovery options by allowing resources to be replicated across different regions, enhancing the resilience of applications and data.
Seqera Platform relies on an existing Azure Storage and Azure Batch account. You need at least 1 valid Azure Storage account and Azure Batch account within your subscription.

Choose a reason for hiding this comment

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

Suggested change
Seqera Platform relies on an existing Azure Storage and Azure Batch account. You need at least 1 valid Azure Storage account and Azure Batch account within your subscription.
Seqera Platform relies on an existing Azure Storage and Azure Batch account. You need at least one valid Azure Storage account and Azure Batch account within your subscription.


#### Resource groups
Azure uses 'accounts' for each service. For example, an [Azure Storage account][az-learn-storage] will house a collection of blob containers, file shares, queues, and tables. While you can have multiple Azure Storage and Azure Batch accounts in an Azure subscription, each compute environment on the platform can only use one of each (one storage and one Batch account). You can set up multiple compute environments on the platform with different credentials, storage accounts, and Batch accounts.

Choose a reason for hiding this comment

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

Suggested change
Azure uses 'accounts' for each service. For example, an [Azure Storage account][az-learn-storage] will house a collection of blob containers, file shares, queues, and tables. While you can have multiple Azure Storage and Azure Batch accounts in an Azure subscription, each compute environment on the platform can only use one of each (one storage and one Batch account). You can set up multiple compute environments on the platform with different credentials, storage accounts, and Batch accounts.
Azure uses 'accounts' for each service. For example, an [Azure Storage account][az-learn-storage] will house a collection of blob containers, file shares, queues, and tables. While you can have multiple Azure Storage and Azure Batch accounts in an Azure subscription, each compute environment on Platform can only use one of each (one storage and one Batch account). You can set up multiple compute environments on Platform with different credentials, storage accounts, and Batch accounts.

Please check these for meaning


2. Enter a name for the storage account (e.g., _towerrgstorage_).
3. Choose the preferred region (same as the Batch account).
4. The platform supports any performance or redundancy settings — select the most appropriate settings for your use case.

Choose a reason for hiding this comment

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

Suggested change
4. The platform supports any performance or redundancy settings — select the most appropriate settings for your use case.
4. Platform supports any performance or redundancy settings — select the most appropriate settings for your use case.

- Enable public access from all networks. You can enable public access from selected virtual networks and IP addresses, but you will be unable to use Forge to create compute resources. Disabling public access is not supported.
1. Select **Data protection**.
8. Select **Data protection**.
- Configure appropriate settings. All settings are supported by the platform.

Choose a reason for hiding this comment

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

Suggested change
- Configure appropriate settings. All settings are supported by the platform.
- Configure appropriate settings. All settings are supported by Platform.

5. Select **Advanced**.
6. For _Pool allocation mode_, select Batch service.
7. For _Authentication mode_, ensure _Shared Key_ is selected.
8. Select **Networking**. Ensure networking access is sufficient for the platform and any additional required resources.

Choose a reason for hiding this comment

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

Suggested change
8. Select **Networking**. Ensure networking access is sufficient for the platform and any additional required resources.
8. Select **Networking**. Ensure networking access is sufficient for Platform and any additional required resources.

12. Enter the default **VMs type**, depending on your quota limits set previously. The default is _Standard_D4_v3_.
13. Enter the **VMs count**. If autoscaling is enabled (default), this is the maximum number of VMs you wish the pool to scale up to. If autoscaling is disabled, this is the fixed number of virtual machines in the pool.
14. Enable **Autoscale** to scale up and down automatically, based on the number of pipeline tasks. The number of VMs will vary from **0** to **VMs count**.
15. Enable **Dispose resources** for Seqera to automatically delete the Batch pool if the compute environment is deleted on the platform.

Choose a reason for hiding this comment

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

Suggested change
15. Enable **Dispose resources** for Seqera to automatically delete the Batch pool if the compute environment is deleted on the platform.
15. Enable **Dispose resources** for Seqera to automatically delete the Batch pool if the compute environment is deleted on Platform.

@@ -8,172 +8,116 @@ tags: [azure, batch, compute environment]
:::note
This guide assumes you already have an Azure account with a valid Azure Subscription.
For details, visit [Azure Free Account][az-create-account].
Ensure you have sufficient permissions to create resource groups, an Azure Storage account, and an Azure Batch account.
Ensure you have sufficient permissions to create resource groups, an Azure Storage account, and a Batch account.

Choose a reason for hiding this comment

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

Suggested change
Ensure you have sufficient permissions to create resource groups, an Azure Storage account, and a Batch account.
Ensure you have sufficient permissions to create resource groups, an Azure Storage account, and an Azure Batch account.

I would keep this as Azure Batch rather than Batch. It's the first use on this page, and IMO, it isn't as clear. Ignore if you disagree.

@llewellyn-sl
Copy link
Contributor Author

Closing in favor of #285

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Editor review Needs a language review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants