Azure API Management
Backend & InfraThis repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
@azure/template_1.0.13-beta.6535917100 releases1 breaking changes6 common errorsView on GitHubRelease History
@azure/template_1.0.13-beta.6535917@azure/arm-computelimit_1.2.1@azure/template_1.0.13-beta.6555177@azure-rest/confidential-ledger_2.0.0-beta.1@azure/core-http-compat_2.5.0@azure/core-paging_1.7.0@azure/core-util_1.14.0@azure/core-client_1.11.0@azure/core-rest-pipeline_1.25.0@azure/core-tracing_1.4.0@azure-rest/core-client_2.8.0@azure/core-sse_2.4.0@azure/abort-controller_2.2.0@typespec/ts-http-runtime_0.3.7@azure/core-amqp_4.5.0@azure/logger_1.4.0@azure/core-xml_1.6.0@azure/core-lro_3.4.0@azure/core-auth_1.11.0@azure/template_1.0.13-beta.6553908@azure/arm-kubernetesconfiguration-fluxconfigurations_1.0.0@azure/arm-billing-trust_1.0.0-beta.1@azure/arm-netapp_25.0.0-beta.1@azure/arm-mongodbatlas_1.1.0-beta.1@azure/arm-devcenter_2.0.0-beta.1@azure/arm-artifactsigning_2.0.0-beta.1@azure/arm-cosmosdb_17.0.0@azure/ai-projects_2.3.1@azure/keyvault-admin_4.7.3-beta.1@azure/keyvault-keys_4.11.0-beta.1@azure/arm-recoveryservices-siterecovery_6.0.0@azure/arm-prometheusrulegroups_1.0.0@azure/arm-marketplace_1.0.0@azure/arm-communication_5.0.0@azure/arm-datafactory_20.0.0@azure/arm-alertprocessingrules_1.0.0@azure/template_1.0.13-beta.6531446@azure/arm-network_37.0.0@azure/planetarycomputer_1.0.0@azure/ai-projects_2.3.0@azure/monitor-opentelemetry_1.18.2@azure/monitor-opentelemetry-exporter_1.0.0-beta.43@azure/arm-monitor_8.0.0-beta.7@azure/arm-cognitiveservices_9.0.0-beta.3@azure/arm-automation_11.0.0-beta.6@azure/arm-programenrollment_1.0.0-beta.1@azure/arm-netapp_24.1.0@azure/arm-policyinsights_7.0.0-beta.1@azure/arm-machinelearning_4.0.0-beta.1@azure/arm-qumulo_3.0.0@azure/arm-storage_20.1.0@azure/web-pubsub-client_1.1.0@azure/arm-extendedlocation_1.0.0-beta.5@azure/arm-mongocluster_1.2.0@azure/arm-networkfunction_3.0.0-beta.1@azure/arm-sql_11.0.0@azure/arm-elastic_3.0.0-beta.1@azure/arm-relay_4.0.0-beta.1@azure/arm-networkcloud_2.0.0-beta.2@azure/storage-file-datalake_12.31.0@azure/storage-file-share_12.32.0@azure/storage-blob_12.33.0@azure/storage-queue_12.31.0@azure/arm-resiliencemanagement_1.0.0-beta.1@azure/arm-containerinstance_10.0.0-beta.1@azure/arm-cdn_10.0.0-beta.1@azure/arm-kusto_9.0.0-beta.1@azure/arm-compute_24.1.0@azure/arm-computelimit_1.2.0@azure/storage-common_12.4.1@azure-rest/core-client_2.7.0@azure/app-configuration_1.12.1@azure/arm-powerplatform_1.0.0-beta.1@azure/arm-cosmosdbforpostgresql_2.0.0-beta.1@azure/template_1.0.13-beta.6461204@azure/template_1.0.13-beta.6461159@azure/app-configuration_1.12.0@azure/arm-napsteromniagentapi_1.0.0-beta.1@azure/arm-managednetworkfabric_2.0.0@azure/arm-frontdoor_6.0.0-beta.1@azure/arm-consumption_10.0.0-beta.1@azure/communication-call-automation_1.6.0@azure/arm-datamigration_4.0.0-beta.1@azure/arm-servicebus_7.0.0-beta.1@azure/arm-paloaltonetworksngfw_2.0.0-beta.1@azure/arm-databoxedge_3.0.0-beta.1@azure/arm-hybridkubernetes_3.0.0-beta.2@azure/arm-servicefabric_4.0.0-beta.1@azure/arm-securityinsight_1.0.0-beta.8@azure/arm-botservice_5.0.0-beta.1@azure/arm-cloudhealth_1.0.0-beta.2Breaking65 featuresThis beta release introduces extensive new interfaces and operations related to entity history, signals, and health reporting. It also includes significant breaking changes involving the removal of several older interface types and modifications to required parameters and type definitions across various properties.
@azure/arm-eventhub_6.0.0-beta.1@azure/planetarycomputer_1.0.0-beta.1@azure/arm-mongocluster_1.2.0-beta.1@azure/arm-imagebuilder_5.0.0@azure/arm-managednetworkfabric_2.0.0-beta.1@azure/arm-healthbot_3.0.0@azure/arm-domainregistration_1.0.0@azure/arm-weightsandbiases_1.0.01 featureThis release marks the first stable version (1.0.0) of the @azure/arm-weightsandbiases package.
@azure/arm-standbypool_2.1.08 featuresThis release introduces the DynamicSizing interface and adds several new optional parameters and type aliases across various interfaces, along with a new enum value for KnownVersions.
Common Errors
CredentialUnavailableError2 reportsCredentialUnavailableError often arises when the requested authentication method in DefaultAzureCredential fails because the necessary environment variables, managed identity, or Azure CLI/PowerShell credentials are not configured or accessible. Resolve this by ensuring the expected authentication method is properly set up (e.g., setting AZURE_CLIENT_ID, enabling Managed Identity in Azure, or logging into Azure CLI/PowerShell) and that the application has the required permissions. Also review exclude configurations in DefaultAzureCredentialOptions, ensuring the desired authentication method isn't being unintentionally skipped.
RestError1 reportThe "RestError" in Azure API Management often indicates a missing or incorrect 'api-version' query parameter in your request. Include the required 'api-version' in your request URI or when using Azure SDKs, explicitly pass it as a parameter when calling the relevant function. Ensure the 'api-version' is a valid and supported version for the specific Azure API you are using.
ReferenceError1 reportReferenceError: process is not defined typically occurs in browser environments because 'process' is a Node.js global object. To fix this, use a bundler like Webpack or Parcel to polyfill the 'process' object for browser compatibility, or conditionally exclude the code that uses 'process' from being included in the browser bundle.
CallingCommunicationError1 reportCallingCommunicationError in Azure API Management usually indicates a problem with communication between the API Management gateway and the backend service, often due to network misconfiguration or policy settings. To fix this, verify the backend service is reachable from the API Management instance, checking DNS resolution, network security group rules, and firewall settings; also, carefully review and correct any API Management policies (like `rewrite-uri` or `set-backend-service`) which may be causing incorrect routing or transformations leading to communication failures.
VoiceLiveConnectionError1 reportVoiceLiveConnectionError often stems from trying to use the Azure AI VoiceLive SDK designed for Node.js in a browser environment, due to its reliance on Node.js-specific modules like 'require()'. To fix it, either utilize a bundler like Webpack or Browserify to package the SDK and replace Node.js dependencies with browser-compatible alternatives, or consider using a different SDK or method designed for browser-based usage if available. Ensure that the 'target' in your bundler configuration is set to 'web' or a browser-compatible environment.
OperationTimeoutError1 reportOperationTimeoutError in Azure API Management often arises from backend services taking longer than the configured timeout to respond. Increase the `timeout` property in your API Management policy (either globally or for specific operations) to allow more time for backend processing. Alternatively, investigate and optimize the performance of your backend services to reduce latency and response times.
Related Backend & Infra Packages
Production-Grade Container Scheduling and Management
Node.js JavaScript runtime ✨🐢🚀✨
Promise based HTTP client for the browser and node.js
A modern runtime for JavaScript and TypeScript.
Deliver web apps with confidence 🚀
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Subscribe to Updates
Get notified when new versions are released