-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add Azure CE walkthrough to help highlight platform features #334
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for seqera-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thanks, @adamrtalbot, this looks awesome. I've added a few reviewers. Is there a deadline that you have in mind for this in terms of publication? |
No - it's just been a recurring issues so I thought a solid walkthrough was required. It's a little bit dependent on #325 for full context. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I started reviewing this and realized that my edits will be more effective if I edit directly. I'm submitting these anyway - @adamrtalbot, could you let me know if you're comfortable with me editing directly and if there's access to the UIs you reference in the tutorial?
--- | ||
title: Azure Batch Set Up | ||
headline: "Azure Batch Compute Environment Tutorial" | ||
description: "An walkthrough for using Azure Batch with Seqera Platform" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already have a 'how to use Azure Batch', but it's very surface level. This was more of a tutorial allowing users to run through a specific guide, so I'm not sure I like calling it "Use Azure Batch".
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
--- | ||
title: Azure Batch Set Up | ||
headline: "Azure Batch Compute Environment Tutorial" | ||
description: "An walkthrough for using Azure Batch with Seqera Platform" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already have a 'how to use Azure Batch', but it's very surface level. This was more of a tutorial allowing users to run through a specific guide, so I'm not sure I like calling it "Use Azure Batch".
@justinegeffen merge your fixes away, happy for you to make any changes you think are appropriate. |
Co-authored-by: Justine Geffen <[email protected]> Signed-off-by: Adam Talbot <[email protected]>
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
platform_versioned_docs/version-24.2/enterprise/advanced-topics/azure-batch-standup.mdx
Outdated
Show resolved
Hide resolved
Signed-off-by: Justine Geffen <[email protected]>
Note this one doesn't make much sense until #325 is merged. |
|
||
It is common to attach Azure Batch pools to a virtual network. This is useful to connect to other resources in the same VNet or place things behind enhanced security. Seqera Platform does not support this feature directly, so you must manually create an Azure Batch pool. | ||
|
||
See [Create a pool with a Virtual Network in the Azure portal](https://learn.microsoft.com/en-us/azure/batch/batch-virtual-network#create-a-pool-with-a-virtual-network-in-the-azure-portal) to create an Azure Batch pool manually that is compatible with Seqera and Nextflow. Use the following settings: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adamrtalbot This URL was still TODO before. Let me know if this docs link I plugged in is the appropriate one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be the one in #325 because there are a lot of specific requirements.
A walkthrough from least to most complex CE setup for Azure Batch.