Zero-code API server and gamification toolkit for PlayFab with Twitch and Unreal Engine support XR server for Playfab by Alice and Smith drastically cuts down on the number of resources required to develop and manage your live ops, leaving more time for you to focus on what matters most: your product and your community. --- Quickly integrate Microsoft Playfab, Twitch API, Microsoft Teams, Unreal Engine, and other tools under a compliant on-premise solution. Key features include Full access to all Microsoft PlayFab APIs, Player progression, XP, badges, leaderboard, advanced store engine, segmentation management, crafting, loot table, multiple currencies, loyalty mechanics, mission system, community objective, vote, poll, and more. XRServer is compatible with Azure FrontDoor firewall security, Azure Events Stream, Playstream, and Azure Synapse Analytics. --- Pre-built third-party integration with Twitch, Twitch Extension, Twitch API, Unity, Google AI DialogFlow, Authentication service (AD B2B, AD B2C, MS Teams, JWT, Auth0, Custom ID ...) --- Build various products and solutions for Triple-A Console, PC, and Mobile game with Unreal Engine, Loyalty Program, gamified store, interactive products, Corporate Training, Coaching platform, and many more... --- Advanced Analytics and Security: Play stream ingestion for Microsoft Events Hub, Integration with Azure Data Factory and Azure Synapse Analytics, Websocket Subscription with SignalR, PowerBI, SQL and Datawarehouse support. On-Premise compliance for Azure Front Door, Azure Load Balancer, Backup & Restore, etc. --- To set up your instance, visit: https://azuremarketplace.microsoft.com/en/marketplace/apps/asdivertissementinc1617837708654.playfab_xr
to create a virtual machine on console: https://portal.azure.com/#create/asdivertissementinc1617837708654.playfab_xrxr-server-v03
Want to deploy programmatically? Get started
An Azure subscription. If you don't have an Azure subscription, create a free account before you begin.
code xr-core-server.bicep
az group create --name rg-alicesmith --location eastus
or to create resourcegroup by bicep instead of CLI
az deployment sub create --template-file modules/rg-alicesmith.bicep --location eastus
az deployment group create --resource-group rg-alicesmith --template-file xr-core-server.bicep
az resource list --resource-group rg-alicesmith
for demo purpose a test public dns zone was created: dev.argentiacapital.com We can access the VM on the port HTTP/80 http://demo.dev.argentiacapital.com
az group delete --name rg-alicesmith
name: Azure BICEP Preview & Deploy
jobs:
preview-bicep-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Login to Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Create Azure Resource Group
uses: Azure/[email protected]
with:
inlineScript: |
az version
az group create -n
- uses: actions/checkout@main
- name: Login to Azure
uses: azure/login@v1
with:
creds: