`az functionapp deployment slot create` doesn't copy tags
Open
act-observability-squad
Functions
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Describe the bug**
When using `az functionapp deployment slot create` it doesn't assign the tags from the copied production 'slot' config.
**To Reproduce**
In pwsh:
```pwsh
az functionapp deployment slot create `
--name $FunctionName `
--resource-group $ResourceGroup `
--slot $Slot
```
**Expected behaviour**
Slot is created with tags
**Additional context**
Function App with Tags:

Staging Slot created:

Contributor guide
Assessment
This issue has not been assessed yet.