简体   繁体   English

如何调用Azure Azure Rest API 批量服务使用SharedKey授权

[英]How to call Azure Rest API of Azure Batch service using SharedKey authorization

How to call Azure Rest API of Azure Batch service using SharedKey authorization?如何使用SharedKey授权调用Azure Azure Rest API 的批量服务? I would like to create a azure batch job's task by calling Azure Batch REST API.我想通过调用 Azure 批处理 REST API 创建一个 azure 批处理作业的任务。

I've created Azure batch account and application pool and Mapped applicaion package with application pool Created Azure batch job named as "TestBatchJob" I would like to create Tasks under this "TestBatchJob" job via REST API.我已经创建了 Azure 批处理帐户和应用程序池以及映射应用程序 package 和应用程序池创建了 Azure 批处理作业,名为“TestBatchJob” 我想通过 REST API 在这个“TestBatchJob”作业下创建任务

https://<batchaccountname>.<location>.batch.azure.com/jobs/{{jobid}}/tasks

How to consume this API using SharedKey to create task in ADF.如何使用 SharedKey 使用此 API 在 ADF 中创建任务。

This guide provides you the necessary information to create the authorization headers required for direct REST API calls using shared key.本指南为您提供必要的信息,以创建使用共享密钥的直接 REST API 调用所需的授权标头

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM