Is it possible to have a cloud-base storage site with the ability to integrate AI in order to create courses from the data in the cloud-based storage site that is a closed loop?

71722026 0 Reputation points
2023-11-16T22:21:21.8233333+00:00

The main purpose of this question is to ascertain the correct course of action for the following real-world example.

Taking proprietary training books and courseware (e.g., military training) and placing all the standard operating procedures, tactics, techniques and procedures, existing courseware and reference material into a cloud. This cloud must be secured and closed to the general public (e.g., controlled unclassified information, Secret/classified information). Next, utilize AI to generate updated courseware, learning objectives and course materials/tests at a faster pace. Is this possible? If so, how is this possible?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
700 questions
Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
695 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,666 questions
{count} votes

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 26,321 Reputation points Microsoft Employee
    2023-11-17T00:38:13.1+00:00

    Hello, @71722026 ! All things (or at least most things) are possible in the cloud. The real question is going to be architecture and implementation which will likely require additional conversations in specific areas of discipline but we'll do our best to get you started.

    How do I create a secure and integrated solution in Azure?

    Let's break this down into the requirements that you mentioned:

    • Military/classified material: Azure for US Government and Azure for US Department of Defense provides environments built to exceed requirements for classified and unclassified US Government data. To provide you with the highest level of security and compliance, Azure Government uses physically isolated datacenters and networks located in the US only. Compared to Azure global, Azure Government provides an extra layer of protection to customers through contractual commitments regarding storage of customer data in the US and limiting potential access to systems processing customer data to screened US persons. You can learn more in the Azure Government documentation.
    • Creating courses or other interactive applications: Azure App Service and Azure Kubernetes Service allow you to create and host interactive applications (such as courses) with App Service allowing you to focus more on development in a managed product environment with built-in authentication and many other features while AKS offers more control over a managed Kubernetes cluster. You can learn more in the Azure App Service documentation and the Azure Kubernetes Service documentation.
    • AI utilization: Azure AI offers are extensive with many new and exciting announcements just this week, including Azure OpenAI service. There are more AI offerings that you could utilize than I can list here, but the Azure AI products page will get you started and you can explore the documentation for specific services once you have established what you are interested in. There is a long list of AI and ML architecture design guides to help if you are looking for a starting point.

    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image


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.