-
Couldn't load subscription status.
- Fork 281
Closed
Description
Description
It looks like the delete command will use the default settings for partition count, not from the host.json. Im seeing orphaned queues when deleting a task hub from the CLI my partition count is greater than 4
Expected behavior
It would be helpful if the CLI considers the partition count specified in the host.json so that the queues are correctly deleted.
Actual behavior
When deleting a task hub using the Function Tools CLI with a partition count of greater than the default (currently 4), only the default number of partitions is considered, resulting in a orphaned queues in the Azure Storage account.
Known workarounds
Manually delete the orphaned queues using storage explorer