<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python optimizer  / PowerApps / Automate in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1607154#M27326</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" color="#808080"&gt;&lt;EM&gt;&amp;gt;&amp;gt;i understand i can't write to the azure fn directory -- but im wondering how its possible to work around this if its in a library im calling -- maybe create a blob storage for this "filename" -- will have to keep digging into it&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Yes, detect the physical file/directory path operations on business cloud servers should be a pain to process.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;AFAIK, these types of operations almost blocked by permissions, policy, and security reasons except you are working on personal servers.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;One workaround is to use a temporary server/service which you have enough permissions to manage and configurations to do these sensitive operations. (azure side do simple read/write operations)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Steps:&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Azuree Server:
1. Common operate
2. Common operate
3. Common operate
Azure server to temporary server:
1. Sensitive operations
2. Loading result data to Azure Server
Azuree Server:
4. Common operate
5. Common operate
6. Common operate&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 02:40:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-01-19T02:40:34Z</dc:date>
    <item>
      <title>Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1572295#M26918</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My use case is as follows: given user input (a single monetary value), I would like to optimize a set of given items.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My initial thoughts are:&lt;/P&gt;&lt;P&gt;1. Build a PowerApps app + connect in powerbi, that just takes user input&lt;/P&gt;&lt;P&gt;2. Connect to Flow -- when user input received, execute Flow (power automate)&lt;/P&gt;&lt;P&gt;3. This Flow will in turn run a python file that calls an optimizer library (PuLP) -- based on the input variable, and constraints, selects items that maximize that input. This may be possible using Azure Function API?&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Then the result of that py file is sent back to Flow, and then back to powerapps somehow...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am fairly new to powerapps / powerbi, so I'd like to get your suggestions. Is this a feasible approach highlighted above?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 16:55:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1572295#M26918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-28T16:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1572442#M26919</link>
      <description>&lt;P&gt;is there a way to avoid powerapps ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 19:40:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1572442#M26919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-28T19:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1574498#M26947</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;#1, You can create &lt;SPAN&gt;PowerApps&amp;nbsp;&lt;/SPAN&gt;with parameters, then they allow you to input parameters.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-param" target="_self"&gt;Launch and Param functions in Power Apps&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;#2, Please check the following link about use &lt;SPAN&gt;PowerApps&amp;nbsp;&lt;/SPAN&gt;with ms flow.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/using-logic-flows" target="_self"&gt;Start a flow in a canvas app&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;#3, You can do these with Azure functions, you can take a look at the below link to know more about these.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-azure-function" target="_self"&gt;Create your first function in the Azure portal&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;#4, You can refer to the following blog about invoke the Azure function in flow:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://clavinfernandes.wordpress.com/2019/12/09/invoke-an-azure-function-using-microsoft-flow/" target="_self"&gt;Invoke an Azure Function Using Power Automate (Flow)&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 06:31:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1574498#M26947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-30T06:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1580918#M27017</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;So you mean you want to directly use ms flow to invoke python script and azure functions without power app?&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If this is the case, you can directly use ms flow to do these things without the power app. The first two steps not necessary in these operations, you can avoid them and only use ms flow.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 02:50:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1580918#M27017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-05T02:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1594220#M27204</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;! Thanks for the great help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry about delay -- I am trying to do step3 and having this issue&lt;/P&gt;&lt;P&gt;"One or more errors occurred. (Error while copying content to a stream.)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed step by step -- i am logged into az, I am using their HTTP Example, but still nothing worked. If you know of a fix for this, I'd appreciate it -- I will keep you updated. thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 15:01:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1594220#M27204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-12T15:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1594244#M27205</link>
      <description>&lt;P&gt;It fails at this command:&amp;nbsp;func new --name HttpExample --template "HTTP trigger" --authlevel "anonymous"&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 15:03:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1594244#M27205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-12T15:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1596066#M27221</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;So you mean you can't finish the create function app steps to redirect to the detail develop menu? &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If this is a case, have you checked you have corresponded permissions to do operate with azure functions apps?&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;In addition, you can contact azure admin/support with detailed error messages and these request id to get further support.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 07:12:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1596066#M27221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-13T07:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1604323#M27285</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amazing, that was the issue -- thanks for your help again.&lt;/P&gt;&lt;P&gt;If you dont mind, I am running into an issue again. The function is now locally working, but when I try to deploy onto Azure, I get the following error traceback:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Exception while executing function: Functions.HttpExample Result: Failure
Exception: PulpSolverError: Pulp: Error while executing /home/site/wwwroot/.python_packages/lib/site-packages/pulp/apis/../solverdir/cbc/linux/64/cbc
Stack: File "/azure-functions-host/workers/python/3.8/LINUX/X64/azure_functions_worker/dispatcher.py", line 355, in _handle__invocation_request
call_result = await self._loop.run_in_executor(
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/azure-functions-host/workers/python/3.8/LINUX/X64/azure_functions_worker/dispatcher.py", line 542, in __run_sync_func
return func(**params)
File "/home/site/wwwroot/HttpExample/__init__.py", line 22, in main
return func.HttpResponse(f"{optimize(name)}")
File "/home/site/wwwroot/HttpExample/__init__.py", line 100, in optimize
model.solve(solver)
File "/home/site/wwwroot/.python_packages/lib/site-packages/pulp/pulp.py", line 1737, in solve
status = solver.actualSolve(self, **kwargs)
File "/home/site/wwwroot/.python_packages/lib/site-packages/pulp/apis/coin_api.py", line 101, in actualSolve
return self.solve_CBC(lp, **kwargs)
File "/home/site/wwwroot/.python_packages/lib/site-packages/pulp/apis/coin_api.py", line 159, in solve_CBC
raise PulpSolverError("Pulp: Error while executing "+self.path)


&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on this file:&amp;nbsp;&lt;A href="https://github.com/coin-or/pulp/blob/master/pulp/apis/coin_api.py" target="_blank"&gt;https://github.com/coin-or/pulp/blob/master/pulp/apis/coin_api.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It looks like it fails here on line 158/9:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;        if not os.path.exists(tmpSol):
            raise PulpSolverError("Pulp: Error while executing "+self.path)&lt;/LI-CODE&gt;&lt;P&gt;maybe when deploying, it doesnt have / cant find the os path?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couldn't find the same issue on the web, except this:&amp;nbsp;&lt;A href="https://github.com/Azure/azure-functions-python-worker/issues/465" target="_blank"&gt;https://github.com/Azure/azure-functions-python-worker/issues/465&lt;/A&gt;&amp;nbsp;which suggests using Docker --&amp;nbsp;&lt;/P&gt;&lt;P&gt;but is there an alternative to Docker? how should&amp;nbsp; I proceed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 01:08:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1604323#M27285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-18T01:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1604413#M27287</link>
      <description>&lt;P&gt;ah, please ignore -- i fiex with parameter keepFiles=True&lt;/P&gt;&lt;P&gt;I now have this issue lol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Exception while executing function: Functions.HttpExample Result: Failure
Exception: OSError: [Errno 30] Read-only file system: 'Budget_model-pulp.mps'
Stack:   File "/azure-functions-host/workers/python/3.8/LINUX/X64/azure_functions_worker/dispatcher.py", line 355, in _handle__invocation_request
    call_result = await self._loop.run_in_executor(
  File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/azure-functions-host/workers/python/3.8/LINUX/X64/azure_functions_worker/dispatcher.py", line 542, in __run_sync_func
    return func(**params)
  File "/home/site/wwwroot/HttpExample/__init__.py", line 22, in main
    return func.HttpResponse(f"{optimize(name)}")
  File "/home/site/wwwroot/HttpExample/__init__.py", line 100, in optimize
    model.solve(solver)
  File "/home/site/wwwroot/.python_packages/lib/site-packages/pulp/pulp.py", line 1737, in solve
    status = solver.actualSolve(self, **kwargs)
  File "/home/site/wwwroot/.python_packages/lib/site-packages/pulp/apis/coin_api.py", line 101, in actualSolve
    return self.solve_CBC(lp, **kwargs)
  File "/home/site/wwwroot/.python_packages/lib/site-packages/pulp/apis/coin_api.py", line 114, in solve_CBC
    vs, variablesNames, constraintsNames, objectiveName = lp.writeMPS(tmpMps, rename = 1)
  File "/home/site/wwwroot/.python_packages/lib/site-packages/pulp/pulp.py", line 1611, in writeMPS
    return mpslp.writeMPS(self, filename, mpsSense = mpsSense, rename = rename, mip = mip)
  File "/home/site/wwwroot/.python_packages/lib/site-packages/pulp/mps_lp.py", line 223, in writeMPS
    with open(filename, "w") as f:
 &lt;/LI-CODE&gt;&lt;P&gt;i understand i cant write to the azure fn directory -- but im wondering how its possible to work around this if its in a library im calling -- maybe create a blob storage for this "filename" -- will have to keep digging into it&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 01:55:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1604413#M27287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-18T01:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1604489#M27290</link>
      <description>&lt;P&gt;i'm trying to play around wtih some parameters when calling the function that is in the pulp library, no luck yet - will keep you posted&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 02:33:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1604489#M27290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-18T02:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1607154#M27326</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" color="#808080"&gt;&lt;EM&gt;&amp;gt;&amp;gt;i understand i can't write to the azure fn directory -- but im wondering how its possible to work around this if its in a library im calling -- maybe create a blob storage for this "filename" -- will have to keep digging into it&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Yes, detect the physical file/directory path operations on business cloud servers should be a pain to process.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;AFAIK, these types of operations almost blocked by permissions, policy, and security reasons except you are working on personal servers.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;One workaround is to use a temporary server/service which you have enough permissions to manage and configurations to do these sensitive operations. (azure side do simple read/write operations)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Steps:&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Azuree Server:
1. Common operate
2. Common operate
3. Common operate
Azure server to temporary server:
1. Sensitive operations
2. Loading result data to Azure Server
Azuree Server:
4. Common operate
5. Common operate
6. Common operate&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 02:40:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1607154#M27326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-19T02:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1612080#M27374</link>
      <description>&lt;P&gt;hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;great, do you think I'll be able to use a non-azure Windows VM? if so, I'd appreciate documentation / examples -- seems like we might need VNet integration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 18:48:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1612080#M27374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-20T18:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1613229#M27396</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;In fact, this temporary server/service not has limits on device types. &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;You can even deploy these on your personal laptop/PC if you can confirm it worked online and has permission to receiver these remote operations and requests.&lt;/FONT&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Notice: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Above is a sample, you can use it to do tests but please not really deploy it to your personal laptops. It is are hard to confirm their status(device hardware, network, and power status) and keep working online every time.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 06:57:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1613229#M27396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-21T06:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1615366#M27414</link>
      <description>&lt;P&gt;amazing @Anonymous&lt;/a&gt;&amp;nbsp;! do you know where I can find examples of connecting to VM?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 23:24:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1615366#M27414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-21T23:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1621450#M27484</link>
      <description>&lt;P&gt;hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;, just following up to see if you have had a chance to check &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 15:41:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1621450#M27484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-25T15:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1622334#M27491</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Sorry for the late response. Did you mean to use python to connect/manage Azure VM? If that is the case, you can refer to the following documents:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/virtual-machines/windows/python" target="_self"&gt;Create and manage Windows VMs in Azure using Python&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Reference link about azure function network operations:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-functions/functions-networking-options" target="_self"&gt;Azure Functions networking options&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 01:35:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1622334#M27491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-26T01:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1629594#M27543</link>
      <description>&lt;P&gt;ah&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp; i actually meant a non-azure personal vm&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:13:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1629594#M27543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-28T16:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Python optimizer  / PowerApps / Automate</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1635072#M27584</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Normally you can do these with two methods, connect with RDP(Remote Desktop Protocol) or deploy web service on your device.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For your scenario, I think web service should suitable for your requirement.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/aspnet/web-forms/overview/deployment/configuring-server-environments-for-web-deployment/configuring-a-web-server-for-web-deploy-publishing-web-deploy-handler" target="_self"&gt;Configuring a Web Server for Web Deploy Publishing (Web Deploy Handler)&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 07:49:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Python-optimizer-PowerApps-Automate/m-p/1635072#M27584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-01T07:49:25Z</dc:date>
    </item>
  </channel>
</rss>

