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.
Release History
View all versions →@azure/arm-terraform_1.0.0-beta.2Breaking40 featuresThis release introduces several new interfaces, type aliases, enums, and optional parameters across various export and resource management models. It also includes breaking changes related to required parameters and removed enum values.
@azure/arm-enclave_1.0.0@azure/arm-netapp_25.0.0-beta.3@azure/arm-purestorageblock_2.0.0-beta.1Breaking94 featuresThis beta release introduces a significant number of new operations, interfaces, and types related to volume groups, reservations, and platform console authentication. It also includes changes to existing operation signatures and parameter optionality.
@azure/arm-horizondb_1.0.0-beta.2@azure/arm-recoveryservices_7.2.0@azure/arm-containerservice_25.5.0@azure/arm-edgezones_1.0.01 featureThis is the first stable release of the @azure/arm-edgezones package, introducing a new SDK generation with layered APIs, smaller bundles, and improved ergonomics.
@azure/service-bus_7.10.0-beta.5@azure/arm-networkcloud_2.0.0@azure/app-configuration_1.13.0-beta.1@azure/arm-compute_25.1.1@azure/arm-storagesync_10.1.0@azure/arm-chaos_2.1.0-beta.2156 featuresThis release introduces a significant number of new features, including operation groups for various resources like Actions, Connections, and Workspaces, along with numerous new Interface and Type Alias definitions. It also adds new enum values and optional parameters to existing interfaces.
@azure/template_1.0.13-beta.6727222@azure/ai-projects_2.5.0@azure/template_1.0.13-beta.6726886@azure/template_1.0.13-beta.6726447@azure/arm-monitor_8.0.0@azure/template_1.0.13-beta.6722047@azure/template_1.0.13-beta.6721971@azure/arm-compute_25.1.0@azure/arm-hybridcompute_5.0.0@azure/arm-recoveryservicesbackup_14.0.0@azure/identity_4.13.2Common Errors
RestError3 reportsThe "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.
RecorderError2 reportsCredentialUnavailableError2 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.
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.
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