1. Packages
  2. Azure Native
  3. API Docs
  4. containerregistry
  5. getRegistryBuildSourceUploadUrl
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    Get the upload location for the user to be able to upload the source. API Version: 2018-02-01-preview.

    Using getRegistryBuildSourceUploadUrl

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRegistryBuildSourceUploadUrl(args: GetRegistryBuildSourceUploadUrlArgs, opts?: InvokeOptions): Promise<GetRegistryBuildSourceUploadUrlResult>
    function getRegistryBuildSourceUploadUrlOutput(args: GetRegistryBuildSourceUploadUrlOutputArgs, opts?: InvokeOptions): Output<GetRegistryBuildSourceUploadUrlResult>
    def get_registry_build_source_upload_url(registry_name: Optional[str] = None,
                                             resource_group_name: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetRegistryBuildSourceUploadUrlResult
    def get_registry_build_source_upload_url_output(registry_name: Optional[pulumi.Input[str]] = None,
                                             resource_group_name: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetRegistryBuildSourceUploadUrlResult]
    func GetRegistryBuildSourceUploadUrl(ctx *Context, args *GetRegistryBuildSourceUploadUrlArgs, opts ...InvokeOption) (*GetRegistryBuildSourceUploadUrlResult, error)
    func GetRegistryBuildSourceUploadUrlOutput(ctx *Context, args *GetRegistryBuildSourceUploadUrlOutputArgs, opts ...InvokeOption) GetRegistryBuildSourceUploadUrlResultOutput

    > Note: This function is named GetRegistryBuildSourceUploadUrl in the Go SDK.

    public static class GetRegistryBuildSourceUploadUrl 
    {
        public static Task<GetRegistryBuildSourceUploadUrlResult> InvokeAsync(GetRegistryBuildSourceUploadUrlArgs args, InvokeOptions? opts = null)
        public static Output<GetRegistryBuildSourceUploadUrlResult> Invoke(GetRegistryBuildSourceUploadUrlInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRegistryBuildSourceUploadUrlResult> getRegistryBuildSourceUploadUrl(GetRegistryBuildSourceUploadUrlArgs args, InvokeOptions options)
    public static Output<GetRegistryBuildSourceUploadUrlResult> getRegistryBuildSourceUploadUrl(GetRegistryBuildSourceUploadUrlArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:containerregistry:getRegistryBuildSourceUploadUrl
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RegistryName string
    The name of the container registry.
    ResourceGroupName string
    The name of the resource group to which the container registry belongs.
    RegistryName string
    The name of the container registry.
    ResourceGroupName string
    The name of the resource group to which the container registry belongs.
    registryName String
    The name of the container registry.
    resourceGroupName String
    The name of the resource group to which the container registry belongs.
    registryName string
    The name of the container registry.
    resourceGroupName string
    The name of the resource group to which the container registry belongs.
    registry_name str
    The name of the container registry.
    resource_group_name str
    The name of the resource group to which the container registry belongs.
    registryName String
    The name of the container registry.
    resourceGroupName String
    The name of the resource group to which the container registry belongs.

    getRegistryBuildSourceUploadUrl Result

    The following output properties are available:

    RelativePath string
    The relative path to the source. This is used to submit the subsequent queue build request.
    UploadUrl string
    The URL where the client can upload the source.
    RelativePath string
    The relative path to the source. This is used to submit the subsequent queue build request.
    UploadUrl string
    The URL where the client can upload the source.
    relativePath String
    The relative path to the source. This is used to submit the subsequent queue build request.
    uploadUrl String
    The URL where the client can upload the source.
    relativePath string
    The relative path to the source. This is used to submit the subsequent queue build request.
    uploadUrl string
    The URL where the client can upload the source.
    relative_path str
    The relative path to the source. This is used to submit the subsequent queue build request.
    upload_url str
    The URL where the client can upload the source.
    relativePath String
    The relative path to the source. This is used to submit the subsequent queue build request.
    uploadUrl String
    The URL where the client can upload the source.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v1.103.0 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.