< Back

Add-PFGameAsset

Sat Jan 18, 2020 7:09 pm

NAME Add-PFGameAsset



SYNOPSIS

Uploads an asset to PlayFab.





SYNTAX

Add-PFGameAsset [-FilePath] <String> [<CommonParameters>]





DESCRIPTION

Upload an asset (commonly a zip file) by providing a friendly name and file path. This cmdlet uses the

GetAssetUploadURl API to get an Azure blob URL, and then uses Azure storage cmdlets to upload the asset.





PARAMETERS

-FilePath <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS