You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that you've run the sample locally, you can choose to deploy to Azure for a production scenario. You can deploy for any compute, including Azure container Apps, Azure Kubernetes Service, Azure App Service, and Virtual Machines.
691
-
692
-
[Make sure you're aware of related costs with creating scheduler and task hub resources.](./durable-task-scheduler-dedicated-sku.md)
693
-
694
-
1. In a new terminal, install or upgrade the Durable Task Scheduler CLI extension.
695
-
696
-
```azurecli
697
-
az extension add --name durabletask
698
-
```
699
-
700
-
```azurecli
701
-
az extension add --upgrade --name durabletask
702
-
```
703
-
704
-
1. Create a resource group
705
-
706
-
```azurecli
707
-
az group create --name <rg-name> --location <location>
0 commit comments