Upload Your Deployment Zip File to Launch

The Upload Your Deployment Zip File to Launch request lets you upload your deployment's ZIP file to the signed URL.
Fill the fields with the values obtained from the Get a Signed Upload URL call.

Method:

This method is the method value from the Get a Signed Upload URL call response.

URL:

This URL is the uploadUrl value from the Get a Signed Upload URL call response.

Request URL Parameters: NA

Request Query Parameters: NA

Request Headers:

If the response from the Get a Signed Upload URL call includes headers, add those headers to this request.

Example Header for Azure:

x-ms-blob-type: BlockBlob
Content-Type: application/zip

Example Header for GCP:

x-goog-content-length-range: 1024,104857600

Response Status: 204

Request Body:

If the response from the Get a Signed Upload URL call includes any fields, include them in the request body.

Note The request body format varies depending on the cloud provider. Use the binary type for Azure and GCP, and form-data for AWS. In all cases, you must upload a ZIP file.

Example Body for AWS:

bucket="<value>"
X-Amz-Algorithm="<value>"
X-Amz-Credential="<value>"
X-Amz-Date="<value>"
X-Amz-Security-Token="<value>"
key="<value>"
Policy="<value>"
X-Amz-Signature="<value>"
file=@""

Success Response: NA

Now, proceed to the next step by selecting the required action item from the list below: