Skip to content

Commit 18ece8f

Browse files
authored
Merge pull request #299047 from MicrosoftDocs/release-build-signups
Release build signups -> main -- 5/5 - 10 AM PST
2 parents 81e3043 + 5c8f88c commit 18ece8f

File tree

6 files changed

+279
-0
lines changed

6 files changed

+279
-0
lines changed

articles/signups/TOC.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
- name: Azure startup credit offer documentation
2+
href: index.yml
3+
- name: Overview
4+
items:
5+
- name: Overview of Azure startup credit offer
6+
href: overview.md
7+
- name: Concepts
8+
items:
9+
- name: Azure usage and billing
10+
href: azure-usage.md
11+
- name: Help and support
12+
href: startup-help.md
13+
- name: Understanding your credit offer
14+
href: startup-programs.md
15+
- name: Resources
16+
items:
17+
- name: Microsoft for Startups
18+
href: https://www.microsoft.com/startups
19+
- name: Azure AI Foundry
20+
href: https://ai.azure.com/
21+
- name: Pricing calculator
22+
href: https://azure.microsoft.com/pricing/calculator/

articles/signups/azure-usage.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
3+
title: Track Azure Startup Credit Usage & Manage Billing | Microsoft Learn
4+
description: Learn how to track your Azure startup credit balance, manage billing, and transition to pay-as-you-go. Get step-by-step guidance on monitoring usage, estimating costs, and updating payment methods.
5+
author: jesscraze
6+
ms.author: jecru
7+
ms.service: azure
8+
ms.topic: concept-article
9+
ms.date: 04/04/2025
10+
11+
---
12+
13+
# Track your Azure startup credit usage
14+
15+
You can manage your Azure subscription and startup credits directly in the Azure portal. Your billing profile is used to manage invoices and payment methods. Invoices are generated monthly, and any available credits are automatically applied to your total charges.
16+
17+
You can check your startup credit balance and expiration date from the Azure portal homepage or by [using Cost Management + Billing](/azure/cost-management-billing/manage/mca-check-azure-credits-balance).
18+
19+
## Transition to pay-as-you-go
20+
21+
Once your startup credits are exhausted or expire, your Azure Sponsorship subscription will automatically convert to a [pay-as-you-go](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go/) subscription. You'll only pay for what you use while continuing to access [65+ free services](https://azure.microsoft.com/pricing/purchase-options/azure-account?icid=payg#free-services). There's no upfront commitment, and you can [cancel your subscription](/azure/cost-management-billing/manage/cancel-azure-subscription) at any time.
22+
23+
## Billing and payments
24+
25+
After your subscription converts to pay-as-you-go, the credit card used to activate your startup credits will be automatically [charged each billing period](/azure/cost-management-billing/understand/review-individual-bill) for the previous month's usage.
26+
27+
You can [change the credit card on file](/azure/cost-management-billing/manage/change-credit-card) or request to [pay by wire transfer](/azure/cost-management-billing/manage/pay-by-invoice). To ensure a smooth transition between your sponsorship subscription and paid subscription, verify the credit card on your billing profile is up to date before your credits expire.
28+
29+
## Frequently asked questions
30+
31+
### Why am I being charged when I have startup credits?
32+
33+
Some exclusions apply, and usage may not be covered by your startup credits. If you notice unexpected charges, use [Help + support](https://go.microsoft.com/fwlink/p/?linkid=2201834) in the Azure portal to open a support request.
34+
35+
### How can I estimate costs of Azure services?
36+
37+
Use the [pricing calculator](https://azure.microsoft.com/pricing/calculator) to estimate monthly costs. While your startup credits are active, your Azure usage is 100% off standard published [pay-as-you-go](https://azure.microsoft.com/offers/ms-azr-0003p/) rates for the duration of your offer.
38+
39+
### How can I monitor my Azure usage and spending?
40+
41+
Track your costs using [budgets](/azure/cost-management-billing/costs/tutorial-acm-create-budgets), [cost alerts](/azure/cost-management-billing/costs/cost-mgt-alerts-monitor-usage-spending), and [cost analysis](/azure/cost-management-billing/costs/quick-acm-cost-analysis). Get [step-by-step guidance](/azure/cost-management-billing/understand/plan-manage-costs#monitor-costs-when-using-azure-services) to monitor and optimize your Azure spending.

articles/signups/index.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
### YamlMime:Landing
2+
3+
title: Azure startup credit offer documentation
4+
summary: Eligible startups can receive $1,000 USD in Azure credits to explore the latest AI models and start building on Azure. Get started at microsoft.com/startups.
5+
6+
metadata:
7+
title: Azure startup credit offer documentation | Microsoft Learn # Required; page title displayed in search results. Include the brand. < 60 chars.
8+
description: Learn how eligible startups can receive Azure credits to start building on Azure. # Required; article description that is displayed in search results. < 160 chars.
9+
ms.service: azure #Required; use either service or product per approved list.
10+
ms.topic: landing-page # Required
11+
author: jesscraze #Required; your GitHub user alias, with correct capitalization.
12+
ms.author: jecru #Required; microsoft alias of author; optional team alias.
13+
ms.date: 04/10/2025 #Required; mm/dd/yyyy format.
14+
15+
landingContent:
16+
# Cards and links should be based on top customer tasks or top subjects
17+
# Start card title with a verb
18+
# Card
19+
- title: About the startup credit offer
20+
linkLists:
21+
- linkListType: overview
22+
links:
23+
- text: What is the Azure startup credit offer?
24+
url: overview.md
25+
- text: Understanding your credit offer
26+
url: startup-programs.md
27+
28+
# Card
29+
- title: Get started with Azure
30+
linkLists:
31+
- linkListType: get-started
32+
links:
33+
- text: Manage your startup credits
34+
url: azure-usage.md
35+
- text: Get help and support
36+
url: startup-help.md
37+
38+
# Card
39+
- title: Join Microsoft for Startups
40+
linkLists:
41+
- linkListType: overview
42+
links:
43+
- text: What is Microsoft for Startups?
44+
url: /microsoft-for-startups/overview
45+
- text: Apply for Microsoft for Startups
46+
url: https://microsoft.com/startups

articles/signups/overview.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
3+
title: Get $1,000 in Azure Credits for Startups | Microsoft Learn
4+
description: Eligible startups can receive $1,000 in Azure credits to explore AI models and start building on Azure. Learn how to qualify, redeem your credits, and maximize your benefits within the first 90 days.
5+
author: jesscraze
6+
ms.author: jecru
7+
ms.service: azure
8+
ms.topic: overview
9+
ms.date: 04/08/2025
10+
11+
---
12+
13+
# Get $1,000 to build on Azure
14+
15+
Eligible startups can receive $1,000 USD in Azure credits to explore the latest AI models and start building on Azure. This startup credit offer can be used for [eligible Azure products](https://azure.microsoft.com/products/) within the first 90 days of sign-up.
16+
17+
## Eligibility criteria
18+
19+
To qualify for the startup credit offer, you must meet the following criteria:
20+
21+
- You must be a new Azure customer with no prior Azure account.
22+
- You must sign up or sign in using a valid personal Microsoft Account (MSA).
23+
- You must be in a country/region where this Azure offer is available.
24+
25+
Learn more about the [Azure sponsorship offer](https://azure.microsoft.com/pricing/offers/ms-azr-0036p/) and review the [Azure Service Agreement & Terms](https://azure.microsoft.com/support/legal/).
26+
27+
## Exclusions
28+
29+
The startup credit offer cannot be used for Microsoft Azure support plans, third-party branded products, products sold through Microsoft Azure Marketplace, or products otherwise sold separately from Microsoft Azure. Additionally, startup credits cannot be combined with other licensing, prepaid, or credit offers.
30+
31+
By redeeming the startup credit offer, you agree not to facilitate, engage in, or participate in any use of Azure services for crypto currency mining, denial of service attacks, spamming, or illegal activity, and/or any use that could cause harm to Microsoft or others, and will enforce strong internal controls to prevent the same. If Microsoft believes for any reason that such Azure services are being used for any prohibited purpose, Microsoft may, in its sole discretion, suspend or terminate your access to the Azure services.
32+
33+
## Frequently asked questions
34+
35+
### How do I redeem my startup credit offer?
36+
37+
Get started at [microsoft.com/startups](https://microsoft.com/startups). Sign in with your personal Microsoft Account (MSA) to redeem the $1,000 startup credit offer for eligible startups directly in the Azure portal. Once you sign up, your credits are automatically applied to your Azure Sponsorship subscription. You can start using your credits immediately for eligible Azure services.
38+
39+
### Why do I need a credit card to redeem my startup credit offer?
40+
41+
Your credit card is required for:
42+
43+
- Verifying your identity.
44+
- Paying for services not covered by your startup credits. See [which Azure services](https://azure.microsoft.com/products/) are included.
45+
- Ensuring a seamless transition to pay-as-you-go when your startup credits expire.
46+
47+
### How do I resolve Azure activation errors related to my credit card?
48+
49+
Learn how to [troubleshoot credit card issues](/azure/cost-management-billing/troubleshoot-billing/troubleshoot-declined-card).
50+
51+
### I signed in but I'm seeing an error about my eligibility. What should I do?
52+
53+
The startup credit offer is only available for new Azure customers using a personal Microsoft Account (MSA). If you see an eligibility error:
54+
55+
- Check your account type. If signed in with a work or school account, sign out and switch to an MSA.
56+
- Check your Azure account. If you have an existing Azure subscription, you aren't eligible for the startup credit offer.
57+
- Continue without credits. Explore relevant services and AI templates to build your startup on Azure.
58+
59+
### How long do I have to use my startup credit offer?
60+
61+
You have 90 days after activating your startup credit offer to use your credits. Any unused credits will expire after 90 days.
62+
63+
### What happens when my $1,000 startup credit runs out or expires?
64+
65+
Your Azure Sponsorship subscription will automatically convert to pay-as-you-go once your $1,000 startup credit is fully used or 90 days have passed, whichever comes first. You'll only pay for what you use while continuing to access [65+ free services](https://azure.microsoft.com/pricing/purchase-options/azure-account?icid=payg#free-services). There's no upfront commitment, and you can [cancel your subscription](/azure/cost-management-billing/manage/cancel-azure-subscription) at any time.
66+
67+
### Can I request more time to use my startup credit offer?
68+
69+
No, any unused credits will expire after 90 days.
70+
71+
### How can I get more Azure credits?
72+
73+
Startups that are incorporated or registered as a legal entity are invited to [join Microsoft for Startups](/microsoft-for-startups/) to receive Azure credits, dedicated support, and discounted first- and third-party products and services.
74+
75+
### Can I transfer my startup credits to a different Microsoft Account (MSA)?
76+
77+
No, startup credits can’t be transferred between accounts. Once your credits are activated, they’re tied to the MSA you used during redemption and can’t be moved to another account.
78+
79+
### Can I apply my startup credits to multiple accounts?
80+
81+
No, Azure benefits are applied on an account level and can't be shared or merged with multiple accounts.
82+
83+
### How can I get help accessing my Microsoft Account (MSA)?
84+
85+
See the [Microsoft Account troubleshooting guide](https://support.microsoft.com/account-billing/i-can-t-sign-in-to-my-microsoft-account-475c9b5c-8c25-49f1-9c2d-c64b7072e735) for sign-in help.

articles/signups/startup-help.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
3+
title: Get Help with Azure Startup Credits | Microsoft Learn
4+
description: Learn how to troubleshoot Azure startup credit issues using Microsoft Q&A and Azure support. Get answers to technical questions, create support requests, and explore learning resources.
5+
author: jesscraze
6+
ms.author: jecru
7+
ms.service: azure
8+
ms.topic: concept-article
9+
ms.date: 04/03/2025
10+
11+
---
12+
13+
# Startup support and troubleshooting
14+
15+
Azure support and Microsoft Q&A are your go-to resources for troubleshooting issues when using your startup credits. Use these resources for break-fix support or to get answers to specific questions about Azure services.
16+
17+
## Azure support
18+
19+
Your startup credit offer includes a [Basic support plan](https://azure.microsoft.com/support/plans/) for your Azure Sponsorship subscription. This plan provides billing and subscription management support at no extra cost via the Azure portal.
20+
21+
## Microsoft Q&A
22+
23+
Find answers to your Azure-related questions on [Microsoft Q&A](/answers/tags/133/azure), a trusted platform for technical discussions on Azure services. Browse existing answers to see if your question has already been addressed or ask a new question to get guidance from Azure engineers and Community Champions.
24+
25+
## Frequently asked questions
26+
27+
### How do I ask a question on Microsoft Q&A?
28+
29+
To ask a question, sign in to Microsoft Learn with the account linked to your Azure Sponsorship subscription, then choose "Ask a question" and post your question on [Microsoft Q&A](/answers/tags/133/azure).
30+
31+
### How do I create a support request?
32+
33+
To create a support request, go to [Help + support](https://go.microsoft.com/fwlink/p/?linkid=2201834) in the Azure portal. For detailed instructions, see [how to create an Azure support request](/azure/azure-portal/supportability/how-to-create-azure-support-request).
34+
35+
### I'm having trouble redeeming my startup credits. How do I get support if I don't have an Azure subscription yet?
36+
37+
You can create a subscription management support request in the Azure portal even if your subscription hasn't yet been created.
38+
39+
### How do I get technical support?
40+
41+
Technical support is provided through a paid Azure support plan. [Compare Azure support plans](https://azure.microsoft.com/support/plans/). Azure support plans aren't covered by your startup credits.
42+
43+
### Where can I find Azure documentation and learning resources?
44+
45+
Find Azure documentation, example code, tutorials, and more on [Microsoft Learn](/azure/).

articles/signups/startup-programs.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
3+
title: Build Your Startup with Microsoft | Microsoft Learn
4+
description: Discover two ways to build your startup with Microsoft. Access Azure startup credits or join Microsoft for Startups for exclusive benefits. Learn how to apply based on your startup's needs and eligibility.
5+
author: jesscraze
6+
ms.author: jecru
7+
ms.service: azure
8+
ms.topic: concept-article
9+
ms.date: 04/08/2025
10+
11+
---
12+
13+
# Two ways to build Your startup with Microsoft
14+
15+
Microsoft supports startups at different stages of their journey in two distinct ways:
16+
17+
- Azure startup credit offer - A fixed Azure credit offer for eligible unincorporated startups and individual founders looking to explore Azure services and start building.
18+
- Microsoft for Startups - A comprehensive program for startups that are incorporated or registered as a legal entity and are ready to build, scale, and grow. In addition to Azure credits, Microsoft for startups offers dedicated support and discounted first- and third-party products and services.
19+
20+
These two paths are designed to make accessing Azure credits and resources easier, no matter how you get started.
21+
22+
## Frequently asked questions
23+
24+
### Who qualifies for the Azure startup credit offer?
25+
26+
To qualify for the [startup credit offer](overview.md), you must meet the following criteria:
27+
28+
- You must be a new Azure customer with no prior Azure account.
29+
- You must sign up or sign in using a valid personal Microsoft Account (MSA).
30+
- You must be in a country/region where this Azure offer is available.
31+
32+
### How do I apply for Microsoft for Startups?
33+
34+
Learn more about [how to apply, explore program benefits, and find answers to common questions](/microsoft-for-startups/).
35+
36+
### Can I receive the startup credit offer and join Microsoft for Startups?
37+
38+
Yes! Startups that begin with the Azure startup credit offer can apply for Microsoft for Startups once they incorporate or register as a legal entity.
39+
40+
If you have already redeemed Azure credits through Microsoft for Startups, you aren't eligible for the startup credit offer.

0 commit comments

Comments
 (0)