WARN: Unable to find Azure VM names for location: East US #2965
-
We are not able to run nextflow on azure batch service. Followed the article but we are not able to run. Please let us know if any setting to be changed. https://github.com/microsoft/Genomics-Quickstart/blob/main/03-Nextflow-Azure/README.md Nextflow.config file plugins {
id 'nf-azure'
}
process {
executor = 'azurebatch'
container = 'nextflow/rnatoy@sha256:9ac0345b5851b2b20913cb4e6d469df77cf1232bafcadf8fd929535614a85c75'
}
azure {
batch {
location = 'East US'
accountName = 'excelratest'
accountKey = '$BATCH_ACCOUNT_KEY'
autoPoolMode = true
pools {
centospool {
vmType = 'Standard_D4_v3'
maxVmCount = 2
}
}
}
storage {
accountName = "excelrademostrg"
accountKey = "$STORAGE_ACCOUNT_KEY"
}
}
profiles {
aztest {
params.reads = "az://cbcrg-eu/ggal/*_{1,2}.fq"
params.annot = "az://cbcrg-eu/ggal/ggal_1_48850000_49020000.bed.gff"
params.genome = "az://cbcrg-eu/ggal/ggal_1_48850000_49020000.Ggal71.500bpflank.fa"
}
}
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
HI Team, Any updates??? |
Beta Was this translation helpful? Give feedback.
-
The location setting in your config file is not correct. You should use:
or
depending on your account's region in Azure. See the name for each region here: |
Beta Was this translation helpful? Give feedback.
-
The instructions have been adjusted to reflect this discussion. See: #2991 |
Beta Was this translation helpful? Give feedback.
The location setting in your config file is not correct. You should use:
or
depending on your account's region in Azure.
See the name for each region here:
https://azuretracks.com/2021/04/current-azure-region-names-reference/