This commit is contained in:
Fred Park 2020-06-24 09:37:08 -07:00 коммит произвёл GitHub
Родитель e034895d93
Коммит ff69c3dacb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 9 удалений

Просмотреть файл

@ -16,16 +16,17 @@ the [Microsoft Azure Batch](https://aka.ms/batch) service.
* [Technical overview](https://docs.microsoft.com/azure/batch/batch-technical-overview) * [Technical overview](https://docs.microsoft.com/azure/batch/batch-technical-overview)
* [Documentation](https://docs.microsoft.com/azure/batch/) * [Documentation](https://docs.microsoft.com/azure/batch/)
* [Region availability](https://azure.microsoft.com/global-infrastructure/services/) * [Region availability](https://azure.microsoft.com/global-infrastructure/services/?products=batch)
### Community ### Community
* [Stack Overflow azure-batch tagged questions](https://stackoverflow.com/questions/tagged/azure-batch) * [Stack Overflow azure-batch tagged questions](https://stackoverflow.com/questions/tagged/azure-batch)
* [MSDN Forum](https://social.msdn.microsoft.com/forums/azure/home?forum=azurebatch) - * [Microsoft Q&A azure-batch tagged questions](https://docs.microsoft.com/answers/questions/topics/single/25342.html)
please post new questions under [GitHub issues](https://github.com/Azure/Batch/issues) * _Read-Only:_ [MSDN Forum](https://social.msdn.microsoft.com/forums/azure/home?forum=azurebatch) -
or Stack Overflow please post new questions under [GitHub issues](https://github.com/Azure/Batch/issues),
* [User Voice](https://feedback.azure.com/forums/269742-batch) - please use [Microsoft Q&A](https://docs.microsoft.com/answers/questions/topics/single/25342.html),
[GitHub issues](https://github.com/Azure/Batch/issues) instead or [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-batch)
* [User Voice](https://feedback.azure.com/forums/269742-batch)
### Batch Tooling and Samples ### Batch Tooling and Samples
@ -50,15 +51,17 @@ backend on Azure Batch for the foreach package in R
### Other Tooling ### Other Tooling
* [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/): * [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/):
manage contents of your Azure Storage accounts with a cross-platform UI manage contents of your Azure Storage accounts with a cross-platform UI
* [AzCopy](https://docs.microsoft.com/azure/storage/common/storage-use-azcopy-v10):
data transfer tool for Azure Storage
* [blobxfer](https://github.com/Azure/blobxfer): cross-platform Azure storage * [blobxfer](https://github.com/Azure/blobxfer): cross-platform Azure storage
data movement tool data movement tool
* [Fast Data Transfer](https://www.microsoft.com/en-us/garage/profiles/fast-data-transfer/):
high-speed data loader for Azure
## Related Services ## Related Products and Services
* [Azure Batch Rendering](https://azure.microsoft.com/services/batch/rendering/) * [Azure Batch Rendering](https://azure.microsoft.com/services/batch/rendering/)
* [Azure CycleCloud](https://azure.microsoft.com/features/azure-cyclecloud/)
* [Azure Machine Learning Compute](https://azure.microsoft.com/services/machine-learning-service/) * [Azure Machine Learning Compute](https://azure.microsoft.com/services/machine-learning-service/)
* [HPC Pack](https://docs.microsoft.com/powershell/high-performance-computing/overview)
* * * * * *