Check Microsoft Account Balance On Mac

Posted : admin On 04.04.2020
  1. Account Balance Sheet
  2. Check My Microsoft Balance
-->

Signing in to Visual Studio for Mac is how you activate your subscription. When you download Visual Studio for Mac, you'll always get the Community edition by default. If you have a Professional or Enterprise license, you should sign-in on first run to unlock any additional features. In addition you'll also get the following:

  • Access to the Visual Studio Dev Essentials program – This program includes free software offerings, training, support, and more. See Visual Studio Dev Essentials for more information.

  • Automatically connect to Azure in the IDE without prompting again for credentials for the same account.

When you launch Visual Studio for Mac for the first time, you're prompted to log in using a Microsoft account. Use a Microsoft account that is connected to the license that you wish to use. If you do not have a Microsoft account, see How do I sign up for an account.

Jan 15, 2017 First Steps: Use Your Microsoft Account on Your Mac. Posted on January 15, 2017 by Paul Thurrott in iOS, Microsoft Consumer Services, Office, Office 365, OneDrive, Outlook.com, Skype with 39 Comments. While you can easily configure and use your Microsoft account on Windows, Android, and iOS, the Mac requires a bit more work. Sign in to your account. In the Account details section at the bottom of the page, click Purchase history to view your active subscriptions. Note: If you are on an iPhone or iPad and can't find the product you want to purchase, you may need to clear the history and cookies on your device and sign in again. For Office for Mac, you can have up to 25 licenses associated with the same Microsoft account: only one license for an Office 365 subscription and multiple one-time-use installs of Office for Mac Home and Student or Home and Business. If you have multiple Mac licenses associated with.

Update your payment information, check your order history, redeem gift cards, and get billing help. Your Microsoft account comes with 5GB of storage and the option to add more when you need it. Find, lock, or erase a lost or stolen Windows 10 device, schedule a repair, and get support. Nov 20, 2019  Free personal finance software can be surprisingly robust, helping you track spending, create and manage budgets, and run reports. Whether your computer runs on Windows or macOS (or even Linux) or you do all your budgeting on your phone, you'll find a no-cost selection below for tracking your finances and planning for the future. I just earned the Audiofile badge with Microsoft Rewards. Check it out!

If you do decide not to log in straight away, you'll be able to use an evaluation copy for 30 days. After 30 days you must log in to continue using your copy of Visual Studio for Mac.

How to sign in to Visual Studio for Mac

Tip

Make sure that you're connected to the internet before signing in to Visual Studio for Mac. > Subscriptions can only be activated online. If you're not connected, choose 'I'll do this later' and log in through the menu when you get connected.

To sign in to Visual Studio for Mac on first launch, do the following steps:

  1. Click the Sign in with Microsoft button on the sign-in window:

  2. Enter your Microsoft Credentials:

  3. After you've logged in, you'll see an option to select keyboard shortcuts. Pick the option you wish to use and Continue. You'll then be prompted with the Visual Studio 2019 for Mac start window. From here, you can open or create a new project:

Alternatively, you can use the Visual Studio > Sign in… menu item to sign in and out at any time.

Adding multiple user accounts

Visual Studio for Mac supports adding multiple accounts to your personalization account. These additional accounts will allow you to access resources, such as Azure, from any added account.

To add additional user accounts, choose the Visual Studio > Account.. menu from Visual Studio for Mac. Click the Add.. button to enter additional account credentials.

View or change your profile information

  1. Go to Visual Studio > Account… and select the My profile button.

  2. In the browser window, choose Edit profile and change the settings that you want.

  3. When you're done, choose Save changes.

See also

-->

You can check the Azure credit balance for your billing account for a Microsoft Customer Agreement in the Azure portal or through REST APIs.

In the billing account for a Microsoft Customer Agreement, credits are assigned to a billing profile. Each billing profile has its own credits that are automatically applied to the charges on its invoice. You must have an owner, contributor, reader, or invoice manager role on the billing profile or owner, contributor, or reader role on the billing account to view Azure credit balance for a billing profile. To learn more about the roles, see Understand Microsoft Customer Agreement administrative roles in Azure.

This article applies to a billing account for a Microsoft Customer Agreement. Check if you have access to a Microsoft Customer Agreement.

Check your credit balance

  1. Sign in to the Azure portal.

  2. Search for Cost Management + Billing.

  3. In the billing scopes page, select the billing account for which you want to track the credit balance. The billing account should be of type Microsoft Customer Agreement.

    Note Command for indent on microsoft word for mac.

    Azure portal remembers the last billing scope that you access and displays the scope the next time you come to Cost Management + Billing page. You won't see the billing scopes page if you have visited Cost Management + Billing earlier. If so, check that you are in the right scope. If not, switch the scope to select the billing account for a Microsoft Customer Agreement.

  4. Select Payment methods from the left-hand side and then select Azure credits.

  5. The Azure credits page has the following sections:

    Balance

    The balance section displays the summary of your Azure credit balance.

    TermDefinition
    Estimated balanceEstimated amount of credits you have after considering all billed and pending transactions
    Current balanceAmount of credits as of your last invoice. It doesn't include any pending transactions

    When your estimated balance drops to 0, you are charged for all your usage, including for products that are eligible for credits.

    Credits list

    The credits list section displays the list of Azure credits.

    TermDefinition
    SourceThe acquisition source of the credit
    Start dateThe date when you acquired the credit
    Expiration dateThe date when the credit expires
    Current balanceThe balance as of your last invoice
    Original amountThe original amount of credit
    StatusThe current status of credit. Status can be active, used, expired, or expiring

    Transactions

    The transactions section displays all transactions that affected your credits balance.

    TermDefinition
    Transaction dateThe date when the transaction happened
    DescriptionA description of the transaction
    AmountThe amount of transaction
    BalanceThe balance after the transaction

    Note

    If you don't see Azure credits in the payment methods page, either you don't have credits or you have not selected the right scope. Select the billing account which has credits or one of its billing profiles. To learn how to change scopes, see Switch billing scopes in the Azure portal.

  6. If you are viewing Azure credits at the billing account scope and the billing account has more than one billing profiles, the Azure credits page will show a table with a summary of Azure credits for each billing profile. Select a billing profile from the list, select payment methods and then Azure credits to view details for a billing profile.

You can use the Azure Billing and the Consumption APIs to programmatically get the credit balance for your billing account.

Account Balance Sheet

The examples shown below use REST APIs. Currently, PowerShell and Azure CLI are not supported.

Find billing profiles you have access to

The API response returns a list of billing accounts and their billing profiles.

Use the displayName property of the billing profile to identify the billing profile for which you want to check the credit balance. Copy the id of the billing profile. For example, if you want to check credit balance for Development billing profile, you'd copy /providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-xxxx-xxx-xxx. Paste this value somewhere so that you can use it in the next step.

Get Azure credit balance

Make the following request, replacing <billingProfileId> with the id copied in the first step (/providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-xxxx-xxx-xxx).

The API response returns estimated and current balance for the billing profile.

Element nameDescription
estimatedBalanceThe estimated amount of credits you have after considering all billed and pending transactions.
currentBalanceThe amount of credits as of your last invoice. It doesn't include any pending transactions.
pendingCreditAdjustmentsThe adjustments like refunds that are not yet invoiced.
expiredCreditThe credit that expired since your last invoice.
pendingEligibleChargesThe credit eligible charges that are not yet invoiced.

Get list of credits

Make the following request, replacing <billingProfileId> with the id copied in the first step (/providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-xxxx-xxx-xxx).

The API response returns lists of Azure credits for a billing profile.

Element nameDescription
originalAmountThe original amount of the credit.
closedBalanceThe balance as of the last invoice.
sourceThe source that defines who how acquired the credit.
startDateThe date when the credit became active.
expirationDateThe date when the credit expires.
poNumberThe purchase order number of the invoice on which the credit was billed.

Get transactions that affected credit balance

Make the following request, replacing <billingProfileId> with the id copied in the first step (providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-xxxx-xxx-xxx). You would need to pass a startDate and an endDate to get transactions for your required duration.

The API response returns all transactions that affected the credit balance for your billing profile.

Element nameDescription
transactionDateThe date when the transaction took place.
descriptionThe description of the transaction.
adjustmentsThe credit adjustments for the transaction.
creditExpiredThe amount of credit that expired.
chargesThe charges for the transaction.
closedBalanceThe balance after the transaction.
eventTypeThe type of transaction.
invoiceNumberThe invoice number of the invoice on which the transaction is billed. It will be empty for pending transaction.

How credits are used

Check My Microsoft Balance

In a billing account for a Microsoft customer agreement, you use billing profiles to manage your invoices and payment methods. A monthly invoice is generated for each billing profile and you use the payment methods to pay the invoice.

you assign credits that you acquire to a billing profile. When an invoice is generated for the billing profile, credits are automatically applied to the total charges to calculate the amount that you need to pay. You pay the remaining amount with your payment methods like check/ wire transfer or credit card.

Products that aren't covered by Azure credits

The following products aren't covered by your Azure credits. You're charged for using these products regardless of your credit balance:

  • Canonical
  • Citrix XenApp Essentials
  • Citrix XenDesktop
  • Registered User
  • Openlogic
  • Remote Access Rights XenApp Essentials Registered User
  • Ubuntu Advantage
  • Visual Studio Enterprise (Monthly)
  • Visual Studio Enterprise (Annual)
  • Visual Studio Professional (Monthly)
  • Visual Studio Professional (Annual)
  • Azure Marketplace products
  • Azure support plans

Check access to a Microsoft Customer Agreement

Check the agreement type to determine whether you have access to a billing account for a Microsoft Customer Agreement.

  1. Go to the Azure portal to check for billing account access. Search for and select Cost Management + Billing.

  2. If you have access to just one billing scope, select Properties from the menu. You have access to a billing account for a Microsoft Customer Agreement if the billing account type is Microsoft Customer Agreement.

  3. If you have access to multiple billing scopes, check the type in the billing account column. You have access to a billing account for a Microsoft Customer Agreement if the billing account type for any of the scopes is Microsoft Customer Agreement.

Need help? Contact support.

If you need help, contact support to get your issue resolved quickly.

Next steps