how to calculate cost

Kalidasan 20 Reputation points
2024-10-23T03:49:00.75+00:00

I want use Intune with MDM for Android & IOS. Want a link with my project .Net c# through API call.

Want know how much will cost want what package should choose?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,582 questions
Microsoft Security | Intune | Other
0 comments No comments
{count} votes

Accepted answer
  1. Abiola Akinbade 29,405 Reputation points Volunteer Moderator
    2024-10-23T07:27:02.57+00:00

    For your .NET project integration, you'll need:

    1. Azure AD Premium licenses for authentication
    2. Microsoft Graph API access (free to use, but requires proper licensing)
    3. Azure resources for hosting your .NET application:
      • App Service or other hosting option
      • Azure SQL Database if needed
      • Azure Key Vault for secrets

    You can check the Azure resources prices using the pricing calculator:

    https://azure.microsoft.com/en-us/pricing/calculator/

    For Intune, see:

    https://learn.microsoft.com/en-us/mem/intune/fundamentals/licenses?source=recommendations

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.