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
c.argument('source_resource_group', help='The resource group of the source function app to migrate from.')
243
+
c.argument('source_name', help='The name of the source function app to migrate from.')
244
+
c.argument('resource_group', help='The resource group of the target function app to migrate to.')
245
+
c.argument('name', help='The name of the target function app to migrate to.')
246
+
c.argument('storage_account', help='The storage account to use for the target function app. If no storage account is provided, the storage account of the source function app will be used.')
247
+
c.argument('maximum_instance_count', type=int, help="The maximum number of instances.")
0 commit comments