Is there a way to connect a document such as a Q & A (with interactive buttons for answers) onto a website we're building in Azure?

KatherineKnight-8498 100 Reputation points
2025-10-23T13:37:24.7166667+00:00

I am building a website on Azure and would like for my users to access a Q & A document for them to fill in answers to questions. I know Power Pages can do that but my website is a PAAS and can't be built on Power Pages. Would appreciate any feedback. Thank you.
Moved from: Community Center | Not monitored

Azure Advisor
Azure Advisor

An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.

0 comments No comments

Answer accepted by question author
Andrew Taylor - COREZENN 1,385 Reputation points Volunteer Moderator
2025-11-08T20:13:25.05+00:00

Hello KatherineKnight-8498,

Yes, you can add interactive Q&A functionality to your Azure PaaS website without using Power Pages. Here are two recommended solutions:

1. Microsoft Forms (Quickest Solution)

Microsoft Forms allows you to create interactive questionnaires with buttons and answers that embed directly into your website.

Implementation:

  • Create your Q&A form at Microsoft Forms
  • Get the embed code from sharing options
  • Add the iframe to your Azure-hosted website

Benefits:

  • No coding required
  • Built-in response collection and analytics
  • Works with any Azure PaaS hosting (App Service, Static Web Apps, etc.)

Reference: Microsoft Forms service description


2. Azure Static Web Apps (Custom Solution)

For a fully customized interactive Q&A experience, build your own application using modern frameworks.

Implementation:

  • Build your Q&A interface using HTML/CSS/JavaScript or frameworks like React, Angular, or Vue
  • Deploy to Azure Static Web Apps
  • Add Azure Functions for backend processing (optional)
  • Store responses in Azure Cosmos DB or Azure SQL

Benefits:

  • Complete customization control
  • Serverless PaaS architecture
  • Global CDN distribution
  • Built-in CI/CD from GitHub/Azure DevOps
  • Free SSL certificates

Reference: What is Azure Static Web Apps?


Recommendation

  • Choose Microsoft Forms if you need a quick, simple solution with no coding
  • Choose Azure Static Web Apps if you need custom branding and full control over the user experience

Both solutions are fully managed Azure PaaS services that work perfectly with your existing Azure website.

If this was helpful, please mark the question as "answered" as this helps the community find relevant information to similar issues.

Best,

Andrew Taylor

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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