-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Import function app api's to API Management with az commands #28894
Copy link
Copy link
Open
Labels
API Managementaz apimaz apimAuto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
API Managementaz apimaz apimAuto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
I'm trying to import function app api's to API management with Azure cli commands. But I don't find specific commands which do this operation.
Related command
az apim api import
Errors
Command create new api instead importing from function app to API management.
Issue script & Debug output
No bebug
Expected behavior
It should import the function app API and its operations to API Management.
Environment Summary
azure-cli 2.54.0 *
core 2.54.0 *
telemetry 1.1.0
Extensions:
front-door. 1.0.17
Dependencies:
msal 1.24.0b2
azure-mgmt-resource 23.1.0b2
Python location '/usr/local/Cellar/azure-cli/2.55.0/libexec/bin/python'
Extensions directory '/Users/username/.azure/cliextensions'
Python (Darwin) 3.11.6 (main, Oct 2 2023, 13:45:54) [Clang 15.0.0 (clang-1500.0.40.1)]
Additional context
No response