Contributor
role, or higher, on the subscription where you are deploying the resource.The setup will take place using the Zammo Managed Application offer within the Azure Marketplace, and your organizations Microsoft Entra (formerly Active Directory) tenant, links to which are here:
Click here for the Zammo Managed Application Offer in the Azure Marketplace
Click here for Microsoft Entra (formerly Active Directory) in the Azure portal for your tenant
flowchart TD
classDef subgraph_padding fill:none,stroke:none
subgraph Marketplace[<h3>Azure Marketplace Offer]
subgraph MarketplaceTitleSpacing[ ]
ResponsibleAI(Accept Responsible AI Agreement)
DeploymentSetup --> OptionalFeatures
OptionalFeatures --> Deploy
end
end
ResponsibleAI --> AppRegistration(Create App Registration)
AppRegistrationSpecifics --> DeploymentSetup
Deploy -- Wait ⏰ --> ConfigureAuth
subgraph AzureAD[<h3>Microsoft Entra]
subgraph AzureADTitleSpacing[ ]
AppRegistration --> AppRegistrationSpecifics(Setup permissions, tokens, scope, etc)
ConfigureAuth[Setup redirect URL] --> Test(Test the instance)
end
end
class AzureADTitleSpacing subgraph_padding
class MarketplaceTitleSpacing subgraph_padding
style AzureAD color:#4b80d6
style Marketplace color:#4b80d6
<aside> <img src="/icons/playback-next_blue.svg" alt="/icons/playback-next_blue.svg" width="40px" /> STEP 1
The Zammo application will utilize Azure’s Cognitive and AI Services as part of its platform. To use these resources, Microsoft and Zammo require you to agree to the responsible use of these AI features. When accepting the agreement, read all terms specified in the notice.
<aside> 💡 Registering your acceptance with the agreement may take up to 20 minutes, please do this section first before anything else, or even before you plan to deploy! ⏰
</aside>
Accepting the Agreement:
Navigate to the Zammo Managed Application Offer in the Marketplace and press the Create button to begin the creation process:
</aside>