I have a 4 subscriptions with billing currency of USD. and recently purchased a free trial subscription with INR as a billing currency. How Azure allowed this? Is this supported in Azure having multiple currencies under a single tenant?
Is it possible to have two different billing Currences under single tenant?
818 Views Asked by DAK At
1
There are 1 best solutions below
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in CURRENCY
- How do you categorize a pending transaction immediately after making a purchase and have it save?
- Wrong payment currency with Paypal in WooCommerce
- Conditional shipping rates based on cart subtotal working with WooPayments currency conversion
- Display formatted price and currency symbol issue in WooCommerce
- Is it possible to use existing currency-code field with custom amount field when we are extending RAP BO?
- BIRT report with an optional currency parameter - how to specify the parameter in both the ide and the maximo gui
- Decimal default rounding mode and currency formatting
- Add each Input value In Cents Before Populating Dollars
- how can i save Transactions and get the Transactions back when i reload my page?
- Currency Pipe for Input with reactive Forms in Angular
- MonetaryAmount with fixed scale
- Choosing PostgreSQL Data Type for Money in Historical UK Pounds-Shillings-Pence System
- How to multiply by Decimal Quantities without using Floating Point? [C17]
- Find AVERAGE of Multiple Dollar Amounts in Row, Skip Blank Cells, with an ArrayFormula (or similar) AFTER first Subtracting a Column in Google Sheets
- Formula for Column to Keep a Running Balance of Transactions is Producing Additional Decimal Places
Related Questions in COST-MANAGEMENT
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Azure savings plan usage
- "Management group does not have any valid subscriptions" using Azure Cost Analysis
- AWS on demand EC2 instances charges breakup for an hour
- Snowflake - how to track historical storage costs
- I would like to know the Azure cost used last month by calling the Azure Cost Management API
- how to calculate the cost analysis of the composer and scheduler running time vs total cost per day in GCP?
- Translating Snowflake warehouse usage to BigQuery
- Implementing dynamic cost optimisation in Hotel management system using GridDB
- Analyzing Variances between AWS Dashboard Display and Cost Explorer SDK Calculations
- Azure SQL Database is charging unexpected high costs
- In AWS SFN does Pass state also affect execution cost
- AWS will charge for public IPv4 addresses: how can I reduce costs?
- delta-rs package incurs high costs on GCS
- Azure Cost Management API is not returning the Blob location
Related Questions in AZURE-BILLING-API
- Azure losing CREDITSSS
- Shutting down azure functions app if cost threshold is passed
- Azure price sheet api not returning the savings plan price details
- get-azconsumptiondetails won't work for some resources
- Azure Billing API Issue
- Issue Retrieving Transactions with Microsoft.Azure.Management.Billing for Multiple Subscriptions
- Azure cost management API does not respect the desired date filters
- How to resolve 'RBACAccessDenied' error when using Azure API to query billing account costs?
- Azure Consumption API Parameters
- az rest command to get Usage Details for previous months/dates. (Microsoft.Consumption)
- How to get monthly cost data from Azure using Python SDK?
- How to trigger a single logic app for send different emails as per Azure Budget Action Group conditions
- Azure Form Recognizer Billing
- azure amortized cost usagestart and usageend date error while passing it as variable
- Is it possible to have two different billing Currences under single tenant?
Related Questions in AZURE-BILLING
- Will Timer/blob triggers in azure always use host resources even though it's not executing?
- Azure price sheet api not returning the savings plan price details
- Log Analytics workspace vs Storage Account
- get-azconsumptiondetails won't work for some resources
- Cannot implement billing (model=B) query param for Teams API in .NET SDK [5.8.0]
- Why my Azure resources cost still increasing while i'm using free services?
- Is it possible to avoid "bad" traffic to a public Azure site?
- Retrieving Azure Cost on daily basis using Python
- is it possible to export azure billing report to a database for detailed analysis?
- Set different payment method for Azure pay-as-you-go subscriptions
- Power Bi Azure Cost Management - oauth token
- When I tried to export power apps table data into azure storage using azure synapse link will it costs for write operation in azure?
- How to trigger an Azure Policy from an Azure Runbook
- Azure map generates huge billing, details says due to "Azure Maps - Location Insights"
- How to report the Obsolete assets in Azure?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
A few reasons why you might see multiple currencies include:
Azure subscriptions are associated with a billing account. Each billing account has a billing address. Your billing currency is bound to this address. If you have subscriptions from different billing accounts with addresses in different countries, then you will see multile currencies within the same directory.
Cloud Solution Provider billing accounts support creating multiple billing profiles, which each have separate currencies. This is another reason you might have multiple currencies, but these will be billed on separate invoices.
Some Marketplace offers aren't supported in all billing currencies. In this case, there will be a fallback currency (typically USD, I believe).
I believe subscription transfers switch to the currency on the new billing account, but all historical cost will be from the old billing account. You won't see this cost from billing scopes, but you will see it when you look at cost from the subscription.
I'm not completely sure, but I believe there are also cases where reservations purchased on a different account (because of a subscription transfer) could also result in ongoing use of multiple currencies. I suspect this would be especially evident when viewing amortized costs.
I'm sure there are other scenarios. Hope this helps!