No Azure deployment template in .serverless directory?

Trying to understand how deploy works with Azure. With AWS, a CloudFormation template is generated in the .serverless directory along with the function code. With Google, a Resource Manager template is generated. With Azure, I see only the zipped up function code. Does Azure not have an equivalent deployment configuration artifact?