Skip to main content

Notifications

How to Convert Speech to Text from Canvas PowerApps (Part II Azure)

Lets see this in 3 Different Blogs, Here we start with Microsoft Azure

 

Pre-Requisites :

 

 

1. Navigate to https://portal.azure.com

 

2. Click Search and Search for Resource Group

 

rampprakash_0-1677647304786.png

 

3. Input the Resource Group name and Click Review and Create

 

4. Once the Resource Group is Created then Click On Search at the Top and Search for FUNCTION APP

 

5. Now Create a New Function App like below Image

 

rampprakash_1-1677647435677.png

 

6. Now Click Review and Create

 

7. Once Function App Created Open the Function App and Search for Functions --> Select Create --> Select HTTP Trigger --> Select New Function and Click Create

 

rampprakash_2-1677647551701.png

 

8. Once the Function App is Created, In the Function App Search Search for Advance Tools  and Click GO

 

9. It will Open a POP-UP Click DEBUG and Select CMD

rampprakash_3-1677647847326.png

 

10. Once Page Loaded Click Site Folder --> wwwroot

 

rampprakash_4-1677647895087.pngrampprakash_5-1677647928265.png  

 

11. Once the WWWROOT Loaded Select NEW and Select New Folder

 

rampprakash_6-1677647985501.png

 

 

12. Name it as "webm-to-wave"

 

13. Now go this Link and Select Windows and Download the File

 

14. Once the File is Downloaded Extract the File and GO to BIN and You can see Below Three Files

 

rampprakash_7-1677648188133.png

 

15. Drag and Drop it to the Folder which we Created

 

16. Once the File is Uploaded Go one Step Back there you can See the AZURE FUNCTION WHICH YOU CREATED

rampprakash_8-1677648247202.png

 

17. Open that and Click New and Create a File function.jsonreadme.md / run.csx

 

18. Here is my GITHUB link you can see the Files which need to be available in function.json/readme.md and run.csx 

 

19. Once Done Click Save.

 

20. Now Again Navigate to https://portal.azure.com

 

21. Search for Speech Services

 

rampprakash_9-1677648439244.png

 

 

22. Create a new Speech Services like below and Click Review and Create 

 

rampprakash_10-1677648499694.png

23. Once the Speech Service is Created Open it and Select KEYS and ENDPOINT

 

24. Copy the KEY and ENDPOINT

 

rampprakash_11-1677648613872.png

 

That's it For Azure 🙂

 

In Next Blog, we will see how to Write Microsoft Flow to Achieve Speech to Text

Comments

*This post is locked for comments

  • ElectroJob2 Profile Picture ElectroJob2 5
    Posted at
    How to Convert Speech to Text from Canvas PowerApps (Part II Azure)

    I have an issue with my Function app. I have followed all of your steps but the function host is not running because of the following error (i think):

    ElectroJob2_0-1719841716626.png

    I have tried deleting or changing the FUNCTIONS_WORKER_RUNTIME environmental variable in Azure but it doesn't seem to do anything. Any Idea how to fix this issue?

     

    EDIT: Fixed it by changing dotnet-isolated to dotnet.

  • Ram Prakash Profile Picture Ram Prakash 5,154
    Posted at
    How to Convert Speech to Text from Canvas PowerApps (Part II Azure)

    For Sure Ping me in private

  • vikas1606 Profile Picture vikas1606 206
    Posted at
    How to Convert Speech to Text from Canvas PowerApps (Part II Azure)

    Thanks for posting this blog.

    We already have some apps inbuilt that could help to convert voice instructions to text.

    Would you be able to help us to create an App that can convert text to voices? Also, If possible then convert to some specific person's voice. I know this is too much but I have seen a few licensed apps available that can provide this feature. So, Just want to check if we have anything under this umbrella to build this type of solution.

  • venky232 Profile Picture venky232
    Posted at
    How to Convert Speech to Text from Canvas PowerApps (Part II Azure)

    how to convert text to speech in powerapps?